FHIR IG analytics| Package | csiro.fhir.au.smartforms |
| Resource Type | Observation |
| Id | Observation-BloodPressure-pat-sf.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BloodPressure-pat-sf
Profile: Smart Health Checks Blood Pressure
status: Final
category: Vital Signs
code: Blood pressure
subject: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))
effective: 2025-08-15
component
code: Systolic
value: 170 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic
value: 90 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "BloodPressure-pat-sf",
"meta": {
"profile": [
"https://smartforms.csiro.au/ig/StructureDefinition/SHCBloodPressure"
]
},
"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/pat-sf"
},
"effectiveDateTime": "2025-08-15",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
},
{
"system": "http://snomed.info/sct",
"code": "271649006"
}
],
"text": "Systolic"
},
"valueQuantity": {
"value": 170,
"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": 90,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}