FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Observation |
| Id | Observation-krcore-bodyweight-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation krcore-bodyweight-example-01
status: Final
category: Vital Signs
code: Body weight
subject: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)
effective: 2021-01-01
value: 55 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "krcore-bodyweight-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodyweight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/krcore-patient-example-01"
},
"effectiveDateTime": "2021-01-01",
"valueQuantity": {
"value": 55,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}