FHIR IG analytics| Package | johnmoehrke.testvital.example |
| Resource Type | Observation |
| Id | Observation-ex-vitals-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-vitals-1
Language: en
status: Final
category: Vital Signs
code: BLOOD PRESSURE
subject: John Schmidt Other, DoB: 1923-07-25
effective: 2004-09-24 11:17:54+0000
performer: Location 2938
component
code: Systolic blood pressure
value: 126 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 70 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
Generated Narrative: Location #ex-location
name: DAYTON
{
"resourceType": "Observation",
"id": "ex-vitals-1",
"meta": {
"profile": [
"http://johnmoehrke.github.io/testvital/StructureDefinition/MyvitalsBP"
]
},
"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": "55284-4"
},
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "BLOOD PRESSURE"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2004-09-24T11:17:54Z",
"performer": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference": {
"reference": "#ex-location"
}
}
],
"display": "Location 2938"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 126,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 70,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}