FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeObservation
IdObservation-MyHealthWayObservationLaboratoryExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "MyHealthWayObservationLaboratoryExample"

Profile: MyHealthWay Observation Profile for Laboratory Result

identifier: http://www.example.com/observation-laboratory-result-example

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: 일반혈액검사(CBC)-[혈구세포-장비측정]_적혈구수 (HIRA EDI Procedure#D0002030)

subject: Patient/MyHealthWayPatientExample ""

encounter: Encounter/MyHealthWayEncounterExample

effective: 2023-04-25

issued: 2023. 4. 25. 오후 3:25:52

performer: PractitionerRole/MyHealthWayPractitionerRoleExample

value: 4.23 10⁶/uL (Details: UCUM code 10*6/uL = '10*6/uL')


Source1

{
  "resourceType": "Observation",
  "id": "MyHealthWayObservationLaboratoryExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}