MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Observation for Laboratory Result Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayObservationLaboratoryExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="MyHealthWayObservationLaboratoryExample"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;MyHealthWayObservationLaboratoryExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-myhealthway-observation-laboratory.html">MyHealthWay Observation Profile for Laboratory Result</a></p></div><p><b>identifier</b>: id: observation-laboratory-result-example</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: 일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-edi-procedure.html">HIRA EDI Procedure</a>#D0002030)</span></p><p><b>subject</b>: <a href="Patient-MyHealthWayPatientExample.html">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href="Encounter-MyHealthWayEncounterExample.html">Encounter/MyHealthWayEncounterExample</a></p><p><b>effective</b>: 2023-04-25</p><p><b>issued</b>: 2023. 4. 25. 오후 3:25:52</p><p><b>performer</b>: <a href="PractitionerRole-MyHealthWayPractitionerRoleExample.html">PractitionerRole/MyHealthWayPractitionerRoleExample</a></p><p><b>value</b>: 4.23 10⁶/uL<span style="background: LightGoldenRodYellow"> (Details: UCUM code 10*6/uL = '10*6/uL')</span></p></div>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="observation-laboratory-result-example"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
      <code value="D0002030"/>
      <display value="일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/MyHealthWayEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2023-04-25"/>
  <issued value="2023-04-25T15:25:52+09:00"/>
  <performer>🔗 
    <reference value="PractitionerRole/MyHealthWayPractitionerRoleExample"/>
  </performer>
  <valueQuantity>
    <value value="4.23"/>
    <unit value="10⁶/uL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="10*6/uL"/>
  </valueQuantity>
</Observation>