FHIR IG analytics| Package | johnmoehrke.testvital.example |
| Resource Type | Observation |
| Id | Observation-ex-height.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-height
Language: en
Profile: VA PHR Vital-Signs
status: Final
category: Vital Signs
code: HEIGHT
subject: John Schmidt Other, DoB: 1923-07-25
effective: 2004-09-24 10:32:00+0000
performer: Location 2938
value: 71 in_i (Details: UCUM code[in_i] = '[in_i]')
Generated Narrative: Location #ex-location
name: DAYTON
{
"resourceType": "Observation",
"id": "ex-height",
"meta": {
"profile": [
"http://johnmoehrke.github.io/testvital/StructureDefinition/Myvitals"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Location",
"id": "ex-location",
"name": "DAYTON"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
],
"text": "HEIGHT"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2004-09-24T10:32:00Z",
"performer": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference": {
"reference": "#ex-location"
}
}
],
"display": "Location 2938"
}
],
"valueQuantity": {
"value": 71,
"unit": "in_i",
"system": "http://unitsofmeasure.org",
"code": "[in_i]"
}
}