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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeMessageHeader
IdUKCore-MessageHeader-Discharge-Example.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

An example to illustrate a message header for a discharge summary

Source1

{
  "resourceType": "MessageHeader",
  "id": "UKCore-MessageHeader-Discharge-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://snomed.info/sct",
    "code": "306689006",
    "display": "Discharge to home"
  },
  "destination": [
    {
      "endpoint": "urn:nhs:addressing:asid:477121007825",
      "receiver": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RY6"
        },
        "display": "LEEDS COMMUNITY HEALTHCARE NHS TRUST"
      }
    }
  ],
  "sender": {
    "reference": "https://directory.spineservices.nhs.uk/Organization/X26"
  },
  "source": {
    "endpoint": "NOROT003"
  },
  "focus": [
    {
      "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
    }
  ]
}