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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "MyHealthWayObservationLaboratoryExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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:\u00a0observation-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>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "observation-laboratory-result-example"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code" : "D0002030",
        "display" : "일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/MyHealthWayPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/MyHealthWayEncounterExample"
  },
  "effectiveDateTime" : "2023-04-25",
  "issued" : "2023-04-25T15:25:52+09:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/MyHealthWayPractitionerRoleExample"
    }
  ],
  "valueQuantity" : {
    "value" : 4.23,
    "unit" : "10⁶/uL",
    "system" : "http://unitsofmeasure.org",
    "code" : "10*6/uL"
  }
}