FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-blood-pressure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "blood-pressure",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-bp"
]
},
"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"
}
],
"text": "Blood pressure systolic and diastolic"
},
"component": [
{
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]",
"value": 109,
"unit": "mmHg"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
],
"text": "Systolic blood pressure"
}
},
{
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]",
"value": 44,
"unit": "mmHg"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
],
"text": "Diastolic blood pressure"
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
"valueCodeableConcept": {
"coding": [
{
"code": "33586001",
"system": "http://snomed.info/sct",
"display": "Sitting position (finding)"
}
]
}
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"status": "final",
"subject": {
"reference": "Patient/patient-with-israeli-id",
"display": "תמר כהן"
},
"encounter": {
"reference": "Encounter/home-visit"
},
"effectiveDateTime": "1999-07-02",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"issued": "1999-07-02T10:15:00+03:00",
"note": [
{
"text": "Home blood pressure reading taken during routine visit"
}
]
}