醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 健康照護服務提供者角色-麻醉醫師基本資料範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRole-anesthesia",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/practitionerrole-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫師角色基本資料</b></h3><p><b>健康照護服務提供者</b>:<a href=\"Practitioner-Practitioner-huang.html\">Practitioner/Practitioner-huang</a> \"黃依昇\"</p><p><b>角色</b>:麻醉醫師(Anesthesiologist) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#88189002)</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/Practitioner-huang",
    "display" : "黃依昇"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "88189002",
          "display" : "Anesthesiologist"
        }
      ]
    }
  ]
}