Implementation Guide
TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.2 - ballot

: Example Dispense Parameters - TTL Representation

Raw ttl | Download


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

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

<http://hl7.org/fhir/Parameters/ExampleDispenseInputParameters> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDispenseInputParameters"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/tiflow-erezept/StructureDefinition/GEM-ERP-PR-PAR-Dispense-Operation-Input" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/tiflow-erezept/StructureDefinition/GEM-ERP-PR-PAR-Dispense-Operation-Input>
     ]
  ] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "rxDispensation" ] ;
     fhir:Parameters.parameter.part [
       fhir:index 0 ;
       fhir:Parameters.parameter.name [ fhir:value "medicationDispense" ] ;
       fhir:Parameters.parameter.resource [
         a fhir:MedicationDispense ;
         fhir:Resource.id [ fhir:value "Example-MedicationDispense" ] ;
         fhir:Resource.meta [
           fhir:Meta.profile [
             fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|2.0" ;
             fhir:index 0 ;
             fhir:link <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|2.0>
           ]
         ] ;
         fhir:MedicationDispense.identifier [
           fhir:index 0 ;
           fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId" ] ;
           fhir:Identifier.value [ fhir:value "160.000.033.491.280.78" ]
         ] ;
         fhir:MedicationDispense.status [ fhir:value "completed" ] ;
         fhir:MedicationDispense.medicationReference [
           fhir:link <http://hl7.org/fhir/Medication/SumatripanMedication> ;
           fhir:Reference.reference [ fhir:value "Medication/SumatripanMedication" ]
         ] ;
         fhir:MedicationDispense.subject [
           fhir:Reference.identifier [
             fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ;
             fhir:Identifier.value [ fhir:value "X123456789" ]
           ]
         ] ;
         fhir:MedicationDispense.performer [
           fhir:index 0 ;
           fhir:MedicationDispense.performer.actor [
             fhir:Reference.identifier [
               fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ;
               fhir:Identifier.value [ fhir:value "3-SMC-B-Testkarte-883110000095957" ]
             ]
           ]
         ] ;
         fhir:MedicationDispense.whenHandedOver [ fhir:value "2028-10-01"^^xsd:date ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Parameters.parameter.name [ fhir:value "medication" ] ;
       fhir:Parameters.parameter.resource [
         a fhir:Medication ;
         fhir:Resource.id [ fhir:value "SumatripanMedication" ] ;
         fhir:Resource.meta [
           fhir:Meta.profile [
             fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication|2.0" ;
             fhir:index 0 ;
             fhir:link <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication|2.0>
           ]
         ] ;
         fhir:DomainResource.extension [
           fhir:index 0 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension" ] ;
           fhir:Extension.valueCoding [
             fhir:Coding.system [ fhir:value "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs" ] ;
             fhir:Coding.code [ fhir:value "00" ]
           ]
         ], [
           fhir:index 1 ;
           fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension" ] ;
           fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
         ], [
           fhir:index 2 ;
           fhir:Extension.url [ fhir:value "http://fhir.de/StructureDefinition/normgroesse" ] ;
           fhir:Extension.valueCode [ fhir:value "N1" ]
         ] ;
         fhir:Medication.code [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
             fhir:Coding.code [ fhir:value "06313728" ]
           ] ;
           fhir:CodeableConcept.text [ fhir:value "Sumatriptan-1a Pharma 100 mg Tabletten" ]
         ] ;
         fhir:Medication.status [ fhir:value "active" ] ;
         fhir:Medication.form [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM" ] ;
             fhir:Coding.code [ fhir:value "TAB" ]
           ]
         ] ;
         fhir:Medication.amount [
           fhir:Ratio.numerator [
             fhir:Element.extension [
               fhir:index 0 ;
               fhir:Extension.url [ fhir:value "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-total-quantity-formulation-extension" ] ;
               fhir:Extension.valueString [ fhir:value "20" ]
             ] ;
             fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ] ;
             fhir:Quantity.unit [ fhir:value "St" ]
           ] ;
           fhir:Ratio.denominator [
             fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
           ]
         ] ;
         fhir:Medication.batch [
           fhir:Medication.batch.lotNumber [ fhir:value "1234567890" ]
         ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Medication/SumatripanMedication> a fhir:Medication .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/ExampleDispenseInputParameters.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/ExampleDispenseInputParameters.ttl> .