Implementation Guide
Version 1.2.0 - release

: UC1-Multi-2 abgelehnte Rezeptanforderung - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC1-MULTI-2-Response-Prescription-Request-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-message-container"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-message-container>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:29888885-6639-481c-934e-4b7b51745084" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2025-05-14T08:15:12+02:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/MessageHeader/UC1-MULTI-Practitioner-to-HealthCareService-MessageHeader-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/MessageHeader/UC1-MULTI-Practitioner-to-HealthCareService-MessageHeader-2> )
  ] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Organization/Example-Practitioner-Organization"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/Organization/Example-Practitioner-Organization> )
  ] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/ServiceRequest/UC1-MULTI-Response-Prescription-Request-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/ServiceRequest/UC1-MULTI-Response-Prescription-Request-2> )
  ] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Patient/Example-Patient-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/Patient/Example-Patient-2> )
  ] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/MedicationRequest/Example-Initial-Medication-Request-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/MedicationRequest/Example-Initial-Medication-Request-2> )
  ] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Medication/Example-Initial-Medication-2"^^xsd:anyURI ] ;
    ( fhir:resource <http://erp-servicerequest-test.de/Medication/Example-Initial-Medication-2> )
  ] ) . # 

<http://erp-servicerequest-test.de/MessageHeader/UC1-MULTI-Practitioner-to-HealthCareService-MessageHeader-2> a fhir:MessageHeader ;
  fhir:id [ fhir:v "UC1-MULTI-Practitioner-to-HealthCareService-MessageHeader-2"] ; # 
  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: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_Storno" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "Pflegeheim Immergrün" ] ;
fhir:endpoint [ fhir:v "mailto:healthcare-service@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 "1-test-telematik-id" ]     ] ;
fhir:display [ fhir:v "Praxis Hans Topp-Glücklich" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "Practitioner-Source" ] ;
fhir:software [ fhir:v "Practitioner-Software" ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:contact [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@pvs_solutions.email" ]     ] ;
fhir:endpoint [ fhir:v "https://pvs_solutions.com/jira_helpdesk"^^xsd:anyURI ]
  ] ; # 
  fhir:responsible [
fhir:reference [ fhir:v "Organization/Example-Practitioner-Organization" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "ServiceRequest/UC1-MULTI-Response-Prescription-Request-2" ]
  ] ) . # 

<http://erp-servicerequest-test.de/Organization/Example-Practitioner-Organization> a fhir:Organization ;
  fhir:id [ fhir:v "Example-Practitioner-Organization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.276.0.76.4.50" ] ;
fhir:display [ fhir:v "Betriebsstätte Arzt" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Test Arztpraxis"] ; # 
  fhir:address ( [
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "Musterarztstr. 3" ] ) ;
fhir:city [ fhir:v "Berlin" ] ;
fhir:postalCode [ fhir:v "10623" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0307654321" ]     ] )
  ] ) . # 

<http://erp-servicerequest-test.de/ServiceRequest/UC1-MULTI-Response-Prescription-Request-2> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "UC1-MULTI-Response-Prescription-Request-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "multi-2" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/Example-Initial-Medication-Request-2" ]
  ] ) ; # 
  fhir:requisition [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/ProcedureIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GroupID-UC1-MULTI" ]
  ] ; # 
  fhir:status [ fhir:v "revoked"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prescription-request" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-2" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-05-13"^^xsd:date] ; # 
  fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1-test-telematik-id" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Hr. Edgarson braucht das Buscopan nicht mehr, wird abgesetzt und aus dem Medkationsplan entfernt." ]
  ] ) ; # 
  fhir:note ( [
fhir:time [ fhir:v "2025-05-14T08:12:23+02:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Sehr geehrte Damen und Herren,\n Die Rezeptanfrage wurde abgelehnt, s. Grund." ]
  ] ) . # 

<http://erp-servicerequest-test.de/Patient/Example-Patient-2> a fhir:Patient ;
  fhir:id [ fhir:v "Example-Patient-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-patient"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-patient>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "X098765432" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Edgarson" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Edgarson"         ]       ] )     ] ;
    ( fhir:given [ fhir:v "Peter" ] )
  ] ) ; # 
  fhir:birthDate [ fhir:v "1974-01-31"^^xsd:date] ; # 
  fhir:address ( [
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [
fhir:v "Erikastraße 43" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "43"         ]       ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Erikastraße"         ]       ] )     ] ) ;
fhir:city [ fhir:v "Berlin" ] ;
fhir:postalCode [ fhir:v "10742" ]
  ] ) . # 

<http://erp-servicerequest-test.de/MedicationRequest/Example-Initial-Medication-Request-2> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "Example-Initial-Medication-Request-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-request>     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Example-Initial-Medication-2" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-2" ]
  ] ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Packungen" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{Package}" ]     ]
  ] . # 

<http://erp-servicerequest-test.de/Medication/Example-Initial-Medication-2> a fhir:Medication ;
  fhir:id [ fhir:v "Example-Initial-Medication-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3"^^xsd:anyURI ;
fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3>     ] )
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:763158003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000274103/version/20240515" ] ;
fhir:code [ fhir:v "763158003" ] ;
fhir:display [ fhir:v "Medicinal product (product)" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00" ]     ]
  ] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
fhir:url [ fhir:v "http://fhir.de/StructureDefinition/normgroesse"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "N1"     ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02483617" ]     ] ) ;
fhir:text [ fhir:v "Buscopan PLUS 20 St" ]
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTA" ]     ] )
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A03BB01" ]       ] ) ;
fhir:text [ fhir:v "Butylscopolaminium-bromid" ]     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Stück" ]       ]     ]
  ] [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N02BE01" ]       ] ) ;
fhir:text [ fhir:v "Paracetamol" ]     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Stück" ]       ]     ]
  ] ) . #