AMTS ISiK Implementierungsleitfaden
Version 6.0.0 - active

: ExampleISiKMedikationsInformation6 - 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/ExampleISiKMedikationsInformation6> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleISiKMedikationsInformation6"] ;
  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 Dosierung kurzwirksames Insulin nach gemessenen Werten</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 "06922060" ] ;
       fhir:Coding.display [ fhir:value "Huminsulin® Normal KwikPen™" ]
     ]
  ] ;
  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-20"^^xsd:date ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2024-02-20"^^xsd:date] ;
  fhir:MedicationStatement.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/DiagnoseDiabetesMellitus> ;
     fhir:Reference.reference [ fhir:value "Condition/DiagnoseDiabetesMellitus" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.patientInstruction [ fhir:value "Dosierung nach BZ, gemäß Informationsblatt vom 20.02.2024" ]
  ] .

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

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

<http://hl7.org/fhir/Condition/DiagnoseDiabetesMellitus> a fhir:Condition .

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

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