FHIR IG analytics| Package | hl7.fhir.us.vitalsigns |
| Resource Type | Observation |
| Id | Observation-TwentyFourHourBloodPressure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: TwentyFourHourBloodPressure-example
meta:
category: Vital Signs
code: 24 hour blood pressure (observable entity)
subject: OldMan 1234
effective: Oct 16, 2019 9:12:29 PM --> (ongoing)
issued: Oct 16, 2019 10:12:29 PM
performer: OldMan 1234
bodySite: Structure of left brachial artery (body structure)
method: Auscultation
component
code: Systolic blood pressure 24 hour mean
value: 120 mm[Hg]
component
code: Diastolic blood pressure 24 hour mean
value: 80 mm[Hg]
{
"resourceType": "Observation",
"id": "TwentyFourHourBloodPressure-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/TwentyFourHourBloodPressure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309642005",
"display": "Mercury sphygmomanometer"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264362003",
"display": "Home (environment)"
}
]
}
}
],
"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://snomed.info/sct",
"code": "314463006",
"display": "24 hour blood pressure (observable entity)"
}
]
},
"subject": {
"display": "OldMan 1234"
},
"effectivePeriod": {
"start": "2019-10-16T12:12:29-09:00"
},
"issued": "2019-10-16T12:12:29-10:00",
"performer": [
{
"display": "OldMan 1234"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723961002",
"display": "Structure of left brachial artery (body structure)"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "37931006",
"display": "Auscultation"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8490-5",
"display": "Systolic blood pressure 24 hour mean"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8472-3",
"display": "Diastolic blood pressure 24 hour mean"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}