FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-bp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Final |
|---|---|
| Category | Vital signs |
| Code | Blood pressure panel (LOINC 85354-9) |
| Patient | Bob Bobson |
| Encounter | 0450-1-2016/06/14 |
| Effective time | 2016-06-14 11:35 +12:00 |
| Systolic | 132 mm[Hg] (LOINC 8480-6) |
| Diastolic | 90 mm[Hg] (LOINC 8462-4) |
{
"resourceType": "Observation",
"id": "acs-bp",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-blood-pressure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel"
}
]
},
"subject": {
"reference": "Patient/acs-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-encounter"
},
"effectiveDateTime": "2016-06-14T11:35:00+12:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 132,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 90,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}