FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeDocumentReference
IdDocumentReference-document-reference-pathology-report.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Pathology report document reference for patient.


Source1

{
  "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"
}