FHIR IG analytics| Package | hl7.fhir.cz.img-order |
| Resource Type | Observation |
| Id | Observation-ExampleBodyHeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleBodyHeight
Profile: Body Height: Imaging Order (CZ)
status: Final
category: Vital Signs
code: Body height
effective: 2020-06-01
performer: Practitioner Testovací Jan
value: 165 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "ExampleBodyHeight",
"meta": {
"profile": [
"https://hl7.cz/fhir/img-order/StructureDefinition/cz-bodyheight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2"
},
{
"system": "https://ncez.mzcr.cz/nclp/CodeSystem/nclppol",
"code": "20411"
},
{
"system": "http://snomed.info/sct",
"code": "1153637007"
}
]
},
"subject": {
"reference": "Patient/Mracena"
},
"effectiveDateTime": "2020-06-01",
"performer": [
{
"reference": "Practitioner/practitionerExample"
}
],
"valueQuantity": {
"value": 165,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}