FHIR IG analytics| Package | phis.ig.createtest |
| 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
Resource Observation "krcore-bodyweight-example-01"
Profile: KR Core Observation Profile for Vital Signs: Body Weight
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Body Weight (LOINC#29463-7)
subject: Patient/krcore-patient-example-01 ""
effective: 2021-01-01
value: 55 kg (Details: UCUM code kg = '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"
}
}