FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | Communication |
| Id | Communication-communication-hdp-pathology.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Pathology communication sent to recipient regarding patient.
{
"resourceType": "Communication",
"id": "communication-hdp-pathology",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "pathology",
"display": "פתולוגיה"
}
],
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-communication-pathology"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.somethinghealth.org/communications",
"value": "PATH-COMM-2025-0001"
}
],
"recipient": [
{
"reference": "Organization/example"
},
{
"reference": "Practitioner/example"
}
],
"status": "completed",
"subject": {
"reference": "Patient/example"
},
"received": "2025-09-10T14:45:00+02:00"
}