FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | DocumentReference |
| Id | DocumentReference-document-reference-pathology-report.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Pathology report document reference for patient.
{
"resourceType": "DocumentReference",
"id": "document-reference-pathology-report",
"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-document-reference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.hospitliala.org/documents",
"value": "DOCREF-2025-0001"
}
],
"author": [
{
"reference": "Practitioner/example"
},
{
"reference": "Organization/example"
}
],
"type": {
"coding": [
{
"system": "http://hdp.fhir.health.gov.il/ValueSet/il-hdp-document-types",
"code": "pathology-report",
"display": "Pathology Report"
}
]
},
"relatesTo": [
{
"code": "replaces",
"target": {
"reference": "DocumentReference/example"
}
}
],
"context": {
"sourcePatientInfo": {
"reference": "Patient/example"
}
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "http://hospital.hospitaliala.org/fhir/Binary/12345",
"creation": "2025-09-10T15:00:00+02:00"
}
}
],
"status": "current",
"subject": {
"reference": "Patient/example"
},
"authenticator": {
"reference": "Practitioner/example"
},
"date": "2025-09-10T15:30:00+02:00"
}