醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.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-rec2",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/practitionerrole-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫師角色基本資料</b></h3><p><b>健康照護服務提供者</b>:<a href=\"Practitioner-Practitioner-Wang2.html\">Practitioner/Practitioner-Wang2</a> \"王二郎\"</p><p><b>角色</b>:開單醫師 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-cathay-particulardiagnosis-values.html\">醫事人員類別</a>#recordedPhysician</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/Practitioner-Wang2",
    "display" : "王二郎"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://claim.cgh.org.tw/iclaim/CodeSystem/cathay-healthprofessional-values",
          "code" : "recordedPhysician"
        }
      ]
    }
  ]
}