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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeCommunication
IdCommunication-communication-hdp-pathology.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 communication sent to recipient regarding patient.


Source1

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