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

FHIR IG analytics

Packagehl7.fhir.us.registry-protocols.r4b
Resource TypeMessageHeader
IdMessageHeader-CREDSMHExample.json
FHIR VersionR4B

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

Generated Narrative: MessageHeader

Resource MessageHeader "CREDSMHExample"

event: urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa

sender: Organization/VeterinariansHospital "Veterinarian's Hospital"

enterer: Practitioner/USCorePractitionerexample " BONE"

Sources

-NameEndpoint
*CREDS Implementation #2https://example.org/fhir

reason: Discharge (Example Message Reason Codes#discharge)

focus: Patient/261989c3-688c-4941-b767-d8d4c871217c " SHAW"


Source1

{
  "resourceType": "MessageHeader",
  "id": "CREDSMHExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventUri": "urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa",
  "sender": {
    "reference": "Organization/VeterinariansHospital"
  },
  "enterer": {
    "reference": "Practitioner/USCorePractitionerexample"
  },
  "source": {
    "name": "CREDS Implementation #2",
    "endpoint": "https://example.org/fhir"
  },
  "reason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter",
        "code": "discharge"
      }
    ]
  },
  "focus": [
    {
      "reference": "Patient/261989c3-688c-4941-b767-d8d4c871217c"
    }
  ]
}