電子病歷交換單張實作指引(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

: 門診病歷 門診日期、科別 example - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="PMR-Enc8"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMREncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter PMR-Enc8</b></p><a name="PMR-Enc8"> </a><a name="hcPMR-Enc8"> </a><a name="PMR-Enc8-en-US"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/Encounter唯一碼, <a href="http://terminology.hl7.org/5.0.0/NamingSystem-v3-loinc.html" title="LOINC provides a set of universal names and ID codes for identifying laboratory and clinical test results.1,2 LOINC facilitates the exchange and pooling of results, such as blood hemoglobin, serum potassium, or vital signs, for clinical care, outcomes management, and research. LOINC's universal identifiers (names and codes) can be used in the context of order and observation exchanges between information systems that use syntax standards such as HL73, CEN TC251, ISO TC215, ASTM4, and DICOM. Specifically, the identifier can be used as the coded value for an observation in any other standard that uses the observation/observation value paradigm, whether messages, documents, application programming interface (API), etc. For example, LOINC codes are used widely in the OBX segment Observation Identifier field (OBX-3) of an ORU HL7 (HL7 version 2.x or ASTM 1238-9410) message that may be sent between a Clinical Laboratory Information Management Systems (LIMS) and Electronic Health Record Systems (EHR).5, 6 In this way, LOINC codes provide universal identifiers that allow the exchange of clinical data between heterogeneous computing environments.">LOINC</a>/8653-8</p><p><b>status</b>: Finished</p><p><b>class</b>: v3-ActEncounterCode AMB: ambulatory</p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 394609007}">Medical Services</span></p><p><b>period</b>: 2022-07-08 12:12:00+0000 --&gt; (ongoing)</p></div>
  </text>
  <identifier>
    <system value="https://www.vghtpe.gov.tw/Index.action"/>
    <value value="Encounter唯一碼"/>
  </identifier>
  <identifier>
    <system value="http://loinc.org"/>
    <value value="8653-8"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system
            value="http://terminology.hl7.org/CodeSystem/v3-ActEncounterCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394609007"/>
    </coding>
    <text value="Medical Services"/>
  </serviceType>
  <period>
    <start value="2022-07-08T12:12:00.000Z"/>
  </period>
</Encounter>