FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Observation |
| Id | NICE-BodyHeight-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | final |
|---|---|
| Patient | P. Petersen |
| Date and time of measurement | 2022-01-09 at 15:43 |
| Body height | 180 cm |
{
"resourceType": "Observation",
"id": "NICE-BodyHeight-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-BodyHeight-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs"
}
]
}
],
"subject": {
"reference": "Patient/NICE-Patient-01",
"display": "P. Petersen"
},
"context": {
"reference": "Encounter/NICE-Encounter-01"
},
"effectiveDateTime": "2022-01-09T15:43:00+02:00",
"valueQuantity": {
"value": 180,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}