FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-bodyHeight-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation mni-obs-bodyHeight-example1
Profile: MedNet Interface (MNI) - Body Height
status: Final
category: Vital Signs
code: Body height
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
effective: 2020-04-24 11:06:00+0100
value: 170 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "mni-obs-bodyHeight-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-obs-bodyHeight"
]
},
"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": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"effectiveDateTime": "2020-04-24T11:06:00+01:00",
"valueQuantity": {
"value": 170,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}