@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/MedicationStatement/ExampleISiKMedikationsInformation6> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleISiKMedikationsInformation6"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "additional" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Dosierung kurzwirksames Insulin nach gemessenen Werten</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "06922060" ] ;
       fhir:display [ fhir:v "Huminsulin® Normal KwikPen™" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://gematik.de/fhir/isik/Patient/PatientinMusterfrau> ;
     fhir:reference [ fhir:v "Patient/PatientinMusterfrau" ]
  ] ; # 
  fhir:context [
     fhir:l <https://gematik.de/fhir/isik/Encounter/FachabteilungskontaktMinimal> ;
     fhir:reference [ fhir:v "Encounter/FachabteilungskontaktMinimal" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2024-02-20"^^xsd:date ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2024-02-20"^^xsd:date] ; # 
  fhir:reasonReference ( [
     fhir:l <https://gematik.de/fhir/isik/Condition/DiagnoseDiabetesMellitus> ;
     fhir:reference [ fhir:v "Condition/DiagnoseDiabetesMellitus" ]
  ] ) ; # 
  fhir:dosage ( [
     fhir:patientInstruction [ fhir:v "Dosierung nach BZ, gemäß Informationsblatt vom 20.02.2024" ] ;
     fhir:timing [
       fhir:repeat [
         fhir:timeOfDay ( [ fhir:v "19:00:00"^^xsd:time ] )
       ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

