FHIR IG analytics| Package | uk.nhsdigital.bars.r4 |
| Resource Type | Observation |
| Id | OBSV03 - Blood Pressure.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "8f4c466e-a3f5-4382-aba8-972e30e3cfb6",
"meta": {
"lastUpdated": "2024-08-20T15:00:00+00:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "75367002",
"display": "Blood pressure (observable entity)"
}
]
},
"subject": {
"reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
},
"encounter": {
"reference": "urn:uuid:8c63d621-4d86-4f57-8699-e8e22d49935d"
},
"effectiveDateTime": "2024-08-20T15:53:00+00:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271649006",
"display": "Systolic blood pressure"
}
],
"text": "Systolic blood pressure"
},
"valueQuantity": {
"value": 120,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271650006",
"display": "Diastolic blood pressure (observable entity)"
}
],
"text": "Diastolic blood pressure"
},
"valueQuantity": {
"value": 80,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}