Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

: ExampleMedication - 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 -------------------------------------------------------------------

 a fhir:Medication;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ExampleMedication"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.charite.de/fhir/medikationsplan/StructureDefinition/Medication";
       fhir:index 0;
       fhir:link <https://www.charite.de/fhir/medikationsplan/StructureDefinition/Medication>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"ExampleMedication\"> </a></p><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\">Resource Medication &quot;ExampleMedication&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mp4p-medikation.html\">Medikation MP4+</a></p></div><p><b>code</b>: ASS 100 - 1a Pharma TAH Tabletten <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://fhir.de/CodeSystem/ifa/pzn\">Pzn</a>#06312077)</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://standardterms.edqm.eu\">EDQMDoseForm</a>#10219000; KBV_CS_SFHIR_BMP_DARREICHUNGSFORM#TAB &quot;Tabletten&quot;)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>Acetylsalicylsäure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.1.0&amp;canonical=http://fhir.de/CodeSystem/ask\">Ask</a>#00002)</span></td><td>100 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: http://standardterms.edqm.eu code 10219000 = 'Tablet')</span></td></tr></table></div>"
  ];
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ];
       fhir:Coding.code [ fhir:value "06312077" ];
       fhir:Coding.display [ fhir:value "ASS 100 - 1a Pharma TAH Tabletten" ]     ]
  ];
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ];
       fhir:Coding.code [ fhir:value "10219000" ];
       fhir:Coding.display [ fhir:value "Tablet" ]     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DARREICHUNGSFORM" ];
       fhir:Coding.code [ fhir:value "TAB" ];
       fhir:Coding.display [ fhir:value "Tabletten" ]     ]
  ];
  fhir:Medication.ingredient [
     fhir:index 0;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ask" ];
         fhir:Coding.code [ fhir:value "00002" ];
         fhir:Coding.display [ fhir:value "Acetylsalicylsäure" ]       ]     ];
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "milligram" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mg" ]       ];
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "Tablet" ];
         fhir:Quantity.system [ fhir:value "http://standardterms.edqm.eu" ];
         fhir:Quantity.code [ fhir:value "10219000" ]       ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.