FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Observation |
| Id | UKCore-Observation-VitalSigns-BloodPressure-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "UKCore-Observation-VitalSigns-BloodPressure-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "75367002",
"display": "Blood pressure"
},
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "Blood pressure"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2023-08-10",
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "40983000",
"display": "Structure of upper extremity between shoulder and elbow"
}
],
"text": "Structure of upper extremity between shoulder and elbow"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72313002",
"display": "Systolic arterial pressure"
},
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
],
"text": "Systolic blood pressure"
},
"valueQuantity": {
"value": 142,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1091811000000102",
"display": "Diastolic arterial pressure"
},
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
],
"text": "Diastolic blood pressure"
},
"valueQuantity": {
"value": 94,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}