電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 檢驗檢查 Encounter example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "IC-Enc6",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckEncounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter IC-Enc6</b></p><a name=\"IC-Enc6\"> </a><a name=\"hcIC-Enc6\"> </a><a name=\"IC-Enc6-en-US\"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/Encounter唯一碼</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode</a> OBSENC: observation encounter</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">Medical Services</span></p><p><b>subject</b>: <a href=\"Patient-IC-Pat2.html\">黃睿駿(official) Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-IC-Pra5.html\">Practitioner 賴護士</a></td></tr></table><p><b>period</b>: 2022-03-30 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-IC-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.vghtpe.gov.tw/Index.action",
      "value" : "Encounter唯一碼"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "OBSENC",
    "display" : "observation encounter"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "394609007"
      }
    ],
    "text" : "Medical Services"
  },
  "subject" : {
    🔗 "reference" : "Patient/IC-Pat2"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/IC-Pra5"
      }
    }
  ],
  "period" : {
    "start" : "2022-03-30"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/IC-Org1"
  }
}