@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://gematik.de/fhir/isik/MedicationRequest/ExampleISiKMedikationsVerordnung> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleISiKMedikationsVerordnung"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerordnung>
     ] )
  ] ; # 
  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 ExampleISiKMedikationsVerordnung</b></p><a name=\"ExampleISiKMedikationsVerordnung\"> </a><a name=\"hcExampleISiKMedikationsVerordnung\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKMedikationsVerordnung.html\">ISiKMedikationsVerordnung</a></p></div><p><b>ISiK Accepted Risk</b>: Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar.</p><p><b>ISiK Medikationsart</b>: <a href=\"CodeSystem-ISiKMedikationsartCS.html#ISiKMedikationsartCS-akut\">ISiK Medikationsart: akut</a> (Akutmedikation)</p><p><b>ISiK Behandlungsziel</b>: Schmerztherapie postoperativ</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-ExampleISiKMedikament1.html\">Medication Acetylcystein</a></p><p><b>subject</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Fachabteilungskontakt.html\">Encounter: extension = ; identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Innere Medizin; period = 2021-02-12 --&gt; 2021-02-13</a></p><p><b>authoredOn</b>: 2021-07-01</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerWalterArzt.html\">Practitioner Walter Arzt(official)</a></p><p><b>reasonReference</b>: <a href=\"Condition-BehandlungsDiagnoseFreitext.html\">Condition </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Morning, Noon, Evening, Once</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Brausetablette<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKAcceptedRisk>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar."
     ]
  ] [
     fhir:url [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKMedikationsart>
     ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [
         fhir:v "https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS"^^xsd:anyURI ;
         fhir:l <https://gematik.de/fhir/isik/CodeSystem/ISiKMedikationsartCS>
       ] ;
       fhir:code [ fhir:v "akut" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ExtensionISiKBehandlungsziel>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Schmerztherapie postoperativ"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <https://gematik.de/fhir/isik/Medication/ExampleISiKMedikament1> ;
     fhir:reference [ fhir:v "Medication/ExampleISiKMedikament1" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://gematik.de/fhir/isik/Patient/PatientinMusterfrau> ;
     fhir:reference [ fhir:v "Patient/PatientinMusterfrau" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://gematik.de/fhir/isik/Encounter/Fachabteilungskontakt> ;
     fhir:reference [ fhir:v "Encounter/Fachabteilungskontakt" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2021-07-01"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <https://gematik.de/fhir/isik/Practitioner/PractitionerWalterArzt> ;
     fhir:reference [ fhir:v "Practitioner/PractitionerWalterArzt" ]
  ] ; # 
  fhir:reasonReference ( [
     fhir:l <https://gematik.de/fhir/isik/Condition/BehandlungsDiagnoseFreitext> ;
     fhir:reference [ fhir:v "Condition/BehandlungsDiagnoseFreitext" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:timing [
       fhir:repeat [
         fhir:when ( [ fhir:v "MORN" ] [ fhir:v "NOON" ] [ fhir:v "EVE" ] )
       ]
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "1"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "Brausetablette" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "1" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

