FHIR IG analytics| Package | hl7.fhir.us.cardx-htn |
| Resource Type | Observation |
| Id | Observation-Observation-2PM-Day4.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 "Observation-2PM-Day4"
Profiles: Blood Pressure Panel, http://hl7.org/fhir/us/vitals/StructureDefinition/blood-pressure-panel
bodyPosition: Sitting Position (SNOMED CT#33586001)
Sleep Status: Awake (SNOMED CT#248218005)
Exercise Association: At rest (SNOMED CT#263678003)
Measurement Setting: Home (SNOMED CT#264362003)
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Blood pressure panel with all children optional (LOINC#85354-9)
subject: Patient/patient-example-Sally-Sue " SUE"
effective: 2023-03-04 08:32:21-0900
bodySite: Structure of right brachial artery (body structure) (SNOMED CT#723962009)
method: Arterial pressure monitoring, non-invasive method (regime/therapy) (SNOMED CT#17146006)
device: Device/phd-bloodpressuremonitor-MS
component
code: Systolic blood pressure (LOINC#8480-6)
value: 128 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure (LOINC#8462-4)
value: 80 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "Observation-2PM-Day4",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cardx-htn/StructureDefinition/blood-pressure-panel",
"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/cardx-htn/StructureDefinition/SleepStatusExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248218005",
"display": "Awake"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/ExerciseAssociationExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "263678003",
"display": "At rest"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/cardx-htn/StructureDefinition/MeasurementSettingExt",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264362003",
"display": "Home"
}
]
}
}
],
"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": {
"reference": "Patient/patient-example-Sally-Sue"
},
"effectiveDateTime": "2023-03-04T08:32:21-09:00",
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "723962009",
"display": "Structure of right brachial artery (body structure)"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17146006",
"display": "Arterial pressure monitoring, non-invasive method (regime/therapy)"
}
]
},
"device": {
"reference": "Device/phd-bloodpressuremonitor-MS"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 128,
"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]"
}
}
]
}