FHIR IG analytics| Package | hl7.fhir.uv.cardx-htn-mng.r4b |
| Resource Type | Observation |
| Id | Observation-SMBP-FirstPM-Measurement-Day3.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "SMBP-FirstPM-Measurement-Day3"
Profile: Self-measured Blood Pressure
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-03 17:00:20-0900
issued: Mar 4, 2023, 2:10:00 AM
performer: Patient/patient-example-Sally-Sue " SUE"
device: Device/example-smbp-device
component
code: BP sys (LOINC#8480-6)
value: 140 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
component
code: BP dias (LOINC#8462-4)
value: 90 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "SMBP-FirstPM-Measurement-Day3",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/self-measured-bp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "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-03T17:00:20-09:00",
"issued": "2023-03-03T17:10:00-09:00",
"performer": [
{
"reference": "Patient/patient-example-Sally-Sue"
}
],
"device": {
"reference": "Device/example-smbp-device"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 140,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 90,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}