FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-ExampleILHDPBP.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Blood pressure measurement: 120/80 mmHg
{
"resourceType": "Observation",
"id": "ExampleILHDPBP",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "measurements",
"display": "מדדים"
}
],
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-bp"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
},
"performer": [
{
"reference": "Practitioner/example"
}
],
"identifier": [
{
"system": "http://hospital.somethinghealth.org/observation",
"value": "BP-2025-0001",
"type": {
"coding": [
{
"code": "strong-id",
"system": "http://fhir.health.gov.il/cs/il-core-identifier-type"
}
]
}
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]",
"value": 120,
"unit": "mmHg"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]",
"value": 80,
"unit": "mmHg"
}
}
],
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"status": "final",
"effectiveDateTime": "2025-09-07T10:30:00+02:00",
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"device": {
"reference": "Device/example"
}
}