@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/MedicationRequest/ExampleMedicationRequestMetformin> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleMedicationRequestMetformin"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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>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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/avp"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/avp>
     ] ;
     fhir:value [
       a fhir:Money ;
       fhir:value [ fhir:v 18.42 ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/festbetrag"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/festbetrag>
     ] ;
     fhir:value [
       a fhir:Money ;
       fhir:value [ fhir:v 16.8 ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/is-erezept"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/is-erezept>
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v true
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/ifa/pzn>
       ] ;
       fhir:code [ fhir:v "02532793" ] ;
       fhir:display [ fhir:v "Metformin 1000mg Filmtabletten" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-04-05"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner> ;
     fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "1-0-1 zu den Mahlzeiten" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

