Implementation Guide
Version 1.2.0 - release

: MessageHeader Pflegeeinrichtung an Verordnenden (UC2) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC2-HealthCareService-to-Practitioner-MessageHeader"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader UC2-HealthCareService-to-Practitioner-MessageHeader</b></p><a name=\"UC2-HealthCareService-to-Practitioner-MessageHeader\"> </a><a name=\"hcUC2-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-UC2-Initial-Prescription-Request.html\">ServiceRequest Anfrage für ein Rezept</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "https://gematik.de/fhir/atf/CodeSystem/service-identifier-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eRezept_Rezeptanforderung;Rezeptanfrage" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "Praxis Hans Topp-Glücklich" ] ;
fhir:endpoint [ fhir:v "mailto:practitioner@test.kim.de"^^xsd:anyURI ]
  ] ) ; # 
  fhir:sender [
fhir:identifier [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5-test-telematik-id" ]     ] ;
fhir:display [ fhir:v "Pflegeheim Immergrün" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "HealthCare-Source" ] ;
fhir:software [ fhir:v "HealthCare-Software" ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:contact [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@healthcare_ps_solutions.com" ]     ] ;
fhir:endpoint [ fhir:v "https://healthcare_ps_solutions.com/jira_helpdesk"^^xsd:anyURI ]
  ] ; # 
  fhir:responsible [
fhir:reference [ fhir:v "Organization/Example-HealthCareService-Organization" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "ServiceRequest/UC2-Initial-Prescription-Request" ]
  ] ) . #