FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | Observation |
| Id | Observation-blood-pressure-foreman-caterina.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation blood-pressure-foreman-caterina
Profiles: AU Core Blood Pressure, GP CCMP Blood Pressure
status: Final
category: Vital Signs
code: Blood pressure
effective: 2025-11-25
component
code: Systolic
value: 128 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic
value: 72 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "blood-pressure-foreman-caterina",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-bloodpressure",
"https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPBloodPressure"
]
},
"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"
},
{
"system": "http://snomed.info/sct",
"code": "75367002"
}
],
"text": "Blood pressure"
},
"subject": {
"reference": "Patient/foreman-caterina"
},
"effectiveDateTime": "2025-11-25",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
},
{
"system": "http://snomed.info/sct",
"code": "271649006"
}
],
"text": "Systolic"
},
"valueQuantity": {
"value": 128,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
},
{
"system": "http://snomed.info/sct",
"code": "271650006"
}
],
"text": "Diastolic"
},
"valueQuantity": {
"value": 72,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}