FHIR IG analytics| Package | hl7.fhir.us.cardx-htn |
| Resource Type | Observation |
| Id | Observation-AverageBloodPressure-Mandatory.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "AverageBloodPressure-Mandatory"
Profiles: Average Blood Pressure, http://hl7.org/fhir/us/vitals/StructureDefinition/average-blood-pressure
Number of Measurements: 12
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Blood pressure panel mean systolic and mean diastolic (LOINC#96607-7)
subject: Patient/patient-example-Sally-Sue " SUE"
effective: 2023-01-16 12:11:29-1000 --> 2023-02-16 12:42:29-0900
component
code: Systolic blood pressure mean (LOINC#96608-5)
value: 160 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure mean (LOINC#96609-3)
value: 90 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "AverageBloodPressure-Mandatory",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cardx-htn/StructureDefinition/average-blood-pressure",
"http://hl7.org/fhir/us/vitals/StructureDefinition/average-blood-pressure"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/NumberOfMeasurementsExt",
"valueQuantity": {
"value": 12
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96607-7",
"display": "Blood pressure panel mean systolic and mean diastolic"
}
]
},
"subject": {
"reference": "Patient/patient-example-Sally-Sue"
},
"effectivePeriod": {
"start": "2023-01-16T12:11:29-10:00",
"end": "2023-02-16T12:42:29-09:00"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96608-5",
"display": "Systolic blood pressure mean"
}
]
},
"valueQuantity": {
"value": 160,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96609-3",
"display": "Diastolic blood pressure mean"
}
]
},
"valueQuantity": {
"value": 90,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}