AMTS ISiK Implementierungsleitfaden
Version 6.0.0 - active

: ExampleISiKMedikationsInformation5 - 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/MedicationStatement/ExampleISiKMedikationsInformation5> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleISiKMedikationsInformation5"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme am ersten Dienstag jedes dritten Monats</div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
       fhir:Coding.code [ fhir:value "07260796" ] ;
       fhir:Coding.display [ fhir:value "Vitamin-B12-ratiopharm® N Ampullen zur Injektion" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
  ] ;
  fhir:MedicationStatement.context [
     fhir:link <http://hl7.org/fhir/Encounter/FachabteilungskontaktMinimal> ;
     fhir:Reference.reference [ fhir:value "Encounter/FachabteilungskontaktMinimal" ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2024-02-06"^^xsd:date ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-01-31"^^xsd:date] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.patientInstruction [ fhir:value "alle 3 Monate am 1. Dienstag" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "3"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "mo" ] ;
         fhir:Timing.repeat.dayOfWeek [
           fhir:value "tue" ;
           fhir:index 0
         ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "Tabl." ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "1" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .

<http://hl7.org/fhir/Encounter/FachabteilungskontaktMinimal> a fhir:Encounter .

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

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