Implementation Guide
Version 1.2.0 - release

: MessageHeader Pflegeeinrichtung an Verordnenden (UC1) - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "UC1-HealthCareService-to-Practitioner-MessageHeader",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader UC1-HealthCareService-to-Practitioner-MessageHeader</b></p><a name=\"UC1-HealthCareService-to-Practitioner-MessageHeader\"> </a><a name=\"hcUC1-HealthCareService-to-Practitioner-MessageHeader\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-erp-service-request-request-header.html\">ERP Service Request Nachrichten-Header</a></p></div><p><b>event</b>: <a href=\"https://simplifier.net/resolve?scope=de.gematik.fhir.atf@1.4.1&amp;canonical=https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs#service-identifier-cs-eRezept_Rezeptanforderung.59Rezeptanfrage\">Anwendungskennzeichen (CS) eRezept_Rezeptanforderung;Rezeptanfrage</a>: Anfrage an einen Arzt ein Rezept auszustellen</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Praxis Hans Topp-Glücklich</td><td><a href=\"mailto:practitioner@test.kim.de\">practitioner@test.kim.de</a></td></tr></table><p><b>sender</b>: Pflegeheim Immergrün (Identifier: <code>https://gematik.de/fhir/sid/telematik-id</code>/5-test-telematik-id)</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>HealthCare-Source</td><td>HealthCare-Software</td><td>1.0.0</td><td><a href=\"mailto:info@healthcare_ps_solutions.com\">info@healthcare_ps_solutions.com</a></td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.3&amp;canonical=https://healthcare_ps_solutions.com/jira_helpdesk\">https://healthcare_ps_solutions.com/jira_helpdesk</a></td></tr></table><p><b>responsible</b>: <a href=\"Organization-Example-HealthCareService-Organization.html\">Organization Pflegeheim Immergrün</a></p><p><b>focus</b>: <a href=\"ServiceRequest-UC1-Initial-Prescription-Request.html\">ServiceRequest Anfrage für ein Rezept</a></p></div>"
  },
  "eventCoding" : {
    "system" : "https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs",
    "code" : "eRezept_Rezeptanforderung;Rezeptanfrage"
  },
  "destination" : [
    {
      "name" : "Praxis Hans Topp-Glücklich",
      "endpoint" : "mailto:practitioner@test.kim.de"
    }
  ],
  "sender" : {
    "identifier" : {
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "5-test-telematik-id"
    },
    "display" : "Pflegeheim Immergrün"
  },
  "source" : {
    "name" : "HealthCare-Source",
    "software" : "HealthCare-Software",
    "version" : "1.0.0",
    "contact" : {
      "system" : "email",
      "value" : "info@healthcare_ps_solutions.com"
    },
    "endpoint" : "https://healthcare_ps_solutions.com/jira_helpdesk"
  },
  "responsible" : {
    🔗 "reference" : "Organization/Example-HealthCareService-Organization"
  },
  "focus" : [
    {
      🔗 "reference" : "ServiceRequest/UC1-Initial-Prescription-Request"
    }
  ]
}