FHIR IG analytics| Package | hl7.fhir.us.vitals |
| Resource Type | Observation |
| Id | Observation-BloodPressurePanel-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BloodPressurePanel-example
Observation Body Position: Sitting Position
Sleep Status: Awake
Exercise Association: At rest
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Small Child1234
effective: 2019-10-16 12:12:29-0900
issued: 2019-10-16 12:12:29-1000
performer: A. Pediatrician6
bodySite: Structure of left brachial artery (body structure)
component
code: Systolic blood pressure
value: 120 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "BloodPressurePanel-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33586001",
"display": "Sitting Position"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248218005",
"display": "Awake"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "263678003",
"display": "At rest"
}
]
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
},
"subject": {
"display": "Small Child1234"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"issued": "2019-10-16T12:12:29-10:00",
"performer": [
{
"display": "A. Pediatrician6"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723961002",
"display": "Structure of left brachial artery (body structure)"
}
]
},
"device": {
"reference": "Device/BPDevice1-example"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}