@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-4-Alt-Delivery-Fullfilled-DispenseRequest-To-Pharmacy"] ; #
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:ebad657e-589f-4386-ad81-19352ca21310" ]
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2025-05-14T08:30:12+02:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/MessageHeader/UC1-Alt-Delivery-Pharmacy-to-HealthCareService-MessageHeader"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/MessageHeader/UC1-Alt-Delivery-Pharmacy-to-HealthCareService-MessageHeader> )
] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Organization/Example-Pharmacy-Organization"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/Organization/Example-Pharmacy-Organization> )
] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/ServiceRequest/UC1-Alt-Delivery-Response-Dispense-Request"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/ServiceRequest/UC1-Alt-Delivery-Response-Dispense-Request> )
] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Patient/Example-Patient"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/Patient/Example-Patient> )
] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/MedicationDispense/UC1-Medication-Dispense"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/MedicationDispense/UC1-Medication-Dispense> )
] [
fhir:fullUrl [ fhir:v "http://erp-servicerequest-test.de/Medication/Example-Initial-Medication"^^xsd:anyURI ] ;
( fhir:resource <http://erp-servicerequest-test.de/Medication/Example-Initial-Medication> )
] ) . #
<http://erp-servicerequest-test.de/MessageHeader/UC1-Alt-Delivery-Pharmacy-to-HealthCareService-MessageHeader> a fhir:MessageHeader ;
fhir:id [ fhir:v "UC1-Alt-Delivery-Pharmacy-to-HealthCareService-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: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;Abgabebestaetigung" ]
] ; #
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 "3-test-telematik-id" ] ] ;
fhir:display [ fhir:v "Test Apotheke" ]
] ; #
fhir:source [
fhir:name [ fhir:v "Pharmacy-Source" ] ;
fhir:software [ fhir:v "Pharmacy-Software" ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:contact [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@avs_solutions.com" ] ] ;
fhir:endpoint [ fhir:v "https://avs_solutions.com/jira_helpdesk"^^xsd:anyURI ]
] ; #
fhir:responsible [
fhir:reference [ fhir:v "Organization/Example-Pharmacy-Organization" ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "ServiceRequest/UC1-Alt-Delivery-Response-Dispense-Request" ]
] ) . #
<http://erp-servicerequest-test.de/Organization/Example-Pharmacy-Organization> a fhir:Organization ;
fhir:id [ fhir:v "Example-Pharmacy-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.54" ] ;
fhir:display [ fhir:v "Öffentliche Apotheke" ] ] )
] ) ; #
fhir:name [ fhir:v "Test Apotheke"] ; #
fhir:address ( [
fhir:type [ fhir:v "both" ] ;
( fhir:line [ fhir:v "Musterstr. 2" ] ) ;
fhir:city [ fhir:v "Berlin" ] ;
fhir:postalCode [ fhir:v "10623" ]
] ) ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0301234567" ] ] )
] ) . #
<http://erp-servicerequest-test.de/ServiceRequest/UC1-Alt-Delivery-Response-Dispense-Request> a fhir:ServiceRequest ;
fhir:id [ fhir:v "UC1-Alt-Delivery-Response-Dispense-Request"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-dispense-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-dispense-request> ] )
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2" ]
] ) ; #
fhir:requisition [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/ProcedureIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GroupID-UC1" ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "filler-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 "dispense-request" ] ] [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/delivery-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "delivery-to-alternative-address" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient" ]
] ; #
fhir:authoredOn [ fhir:v "2025-05-14"^^xsd:date] ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "MedicationDispense/UC1-Medication-Dispense" ] ;
fhir:type [ fhir:v "MedicationDispense"^^xsd:anyURI ]
] ) ; #
fhir:note ( [
fhir:time [ fhir:v "2025-05-14T08:27:05+02:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Lagert vor Ort. Kommt mit Extra Botendienst." ]
] ) . #
<http://erp-servicerequest-test.de/Patient/Example-Patient> a fhir:Patient ;
fhir:id [ fhir:v "Example-Patient"] ; #
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 "X234567890" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Königsstein" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Königsstein" ] ] ) ] ;
( fhir:given [ fhir:v "Ludger" ] )
] ) ; #
fhir:birthDate [ fhir:v "1935-06-22"^^xsd:date] ; #
fhir:address ( [
fhir:type [ fhir:v "both" ] ;
( fhir:line [
fhir:v "Musterstr. 1" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Musterstr." ] ] ) ] ) ;
fhir:city [ fhir:v "Berlin" ] ;
fhir:postalCode [ fhir:v "10623" ]
] ) . #
<http://erp-servicerequest-test.de/MedicationDispense/UC1-Medication-Dispense> a fhir:MedicationDispense ;
fhir:id [ fhir:v "UC1-Medication-Dispense"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-dispense"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-dispense> ] )
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "169.100.000.000.002.36" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Example-Initial-Medication" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient" ]
] ; #
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Packung" ]
] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "1-1-1-0" ]
] ) . #
<http://erp-servicerequest-test.de/Medication/Example-Initial-Medication> a fhir:Medication ;
fhir:id [ fhir:v "Example-Initial-Medication"] ; #
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 "08585997" ] ] ) ;
fhir:text [ fhir:v "Prospan® Hustensaft 100ml" ]
] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FLE" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R05CA12" ] ] ) ;
fhir:text [ fhir:v "Hederae folium (Extr.sicc.(5-7.5:1))" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ] ]
] ) . #
IG © 2025 . Paket de.gematik.erp-servicerequest#1.2.0 basierend auf FHIR 4.0.1. Generiert 2025-07-31
Links: Table of Contents |
QA Report