FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-BodyHeight-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 06:43:00, 8 februari 2013 |
|---|---|
| Code | Waarde |
| Body height | 153 cm |
| Body position for height measurement | Staande positie |
{
"resourceType": "Observation",
"id": "nl-core-BodyHeight-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight"
]
},
"text": {
"status": "extensions",
"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/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2013-02-08T06:43:00+01:00",
"valueQuantity": {
"value": 153,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"note": [
{
"text": "Met schoenen aan"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "425260001",
"display": "Body position for height measurement"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "10904000",
"display": "Staande positie"
}
]
}
}
]
}