FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Observation |
| Id | Observation-BloodPressureExample2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BloodPressureExample2
Profile: Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9
effective: 2024-11-15 09:56:00+0000 --> 2024-11-15 09:57:00+0000
performer: PractitionerRole Nurse
bodySite: Right arm
component
code: Systolic blood pressure
value: 140 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 74 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
Generated Narrative: PractitionerRole #nurse
Profile: BePractitionerRole
code: Nurse
{
"resourceType": "Observation",
"id": "BloodPressureExample2",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "PractitionerRole",
"id": "nurse",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
]
},
"code": [
{
"coding": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code": "persnurse",
"display": "Nurse"
}
]
}
]
}
],
"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": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
},
"subject": {
"identifier": {
"system": "https://www.telemonitoring-prescription.com/FHIR/patient",
"value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
}
},
"effectivePeriod": {
"start": "2024-11-15T09:56:00+00:00",
"end": "2024-11-15T09:57:00+00:00"
},
"performer": [
{
"reference": "#nurse"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368209003",
"display": "Right arm"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 140,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 74,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}