German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: E-Rezept Metformin 1000mg — Weber - 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/MedicationRequest/ExampleMedicationRequestMetformin> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleMedicationRequestMetformin"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestMetformin</b></p><a name=\"ExampleMedicationRequestMetformin\"> </a><a name=\"hcExampleMedicationRequestMetformin\"> </a><p><b>Apothekenverkaufspreis</b>: <span title=\"Euro\">€18,42</span> (EUR)</p><p><b>Festbetrag</b>: <span title=\"Euro\">€16,80</span> (EUR)</p><p><b>Gesetzliche Zuzahlung</b>: <span title=\"Euro\">€5,00</span> (EUR)</p><p><b>Mehrkosten</b>: <span title=\"Euro\">€1,62</span> (EUR)</p><p><b>Gesamtzuzahlung</b>: <span title=\"Euro\">€6,62</span> (EUR)</p><p><b>OTC-Praeparat</b>: false</p><p><b>PRISCUS-Liste</b>: false</p><p><b>E-Rezept</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 02532793}\">Metformin 1000mg Filmtabletten</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-04-05</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-0-1 zu den Mahlzeiten</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/avp" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "18.42"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/festbetrag" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "16.8"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/zuzahlung" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "5"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/mehrkosten" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "1.62"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/gesamtzuzahlung" ] ;
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "6.62"^^xsd:decimal ] ;
       fhir:Money.currency [ fhir:value "EUR" ]
     ]
  ], [
     fhir:index 5 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/is-otc" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 6 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/is-priscus" ] ;
     fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 7 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/is-erezept" ] ;
     fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
       fhir:Coding.code [ fhir:value "02532793" ] ;
       fhir:Coding.display [ fhir:value "Metformin 1000mg Filmtabletten" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-05"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "1-0-1 zu den Mahlzeiten" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .

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

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