FHIR IG analytics| Package | kr.mohw.myhealthway |
| Resource Type | Observation |
| Id | Observation-MyHealthWayObservationLaboratoryExample.json |
| FHIR Version | R4 |
No resources found
No resources found
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')
{
"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"
}
}