CH EMED (R4)
0.1.0 - Draft Standard for Trial Use

This page is part of the CH EMED (R4) (v0.1.0: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

2-3 Medication Statement with Medication Beloc Zok - TTL Representation

(back to description)

Raw ttl

Source view

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "2-3-MedStatBeloczok"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medicationstatement-treatmentplan";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medicationstatement-treatmentplan>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 2-3-MedStatBeloczok</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>identifier</b>: urn:uuid:17931678-20b4-11e6-b67b-9e71128cca77</p><p><b>status</b>: completed</p><p><b>medication</b>: unknown resource contained</p><p><b>subject</b>: <a href=\"Patient-MonikaWegmueller.html\">Generated Summary: id: MonikaWegmueller; Medical record number = 11111111; Monika Wegmüller ; gender: female; birthDate: 1943-05-15</a></p><p><b>reasonCode</b>: Bluthochdruck <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>note</b>: -</p><p><b>dosage</b>: , , </p></div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Medication;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "med" ];
     fhir:Medication.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:2.51.1.1" ];
         fhir:Coding.code [ fhir:value "7680521101306" ];
         fhir:Coding.display [ fhir:value "BELOC ZOK Ret Tabl 50 mg 30 Stk" ]       ];
       fhir:CodeableConcept.text [ fhir:value "BELOC ZOK Ret Tabl 50 mg" ]     ];
     fhir:Medication.form [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:0.4.0.127.0.16.1.1.2.1" ];
         fhir:Coding.code [ fhir:value "10219000" ];
         fhir:Coding.display [ fhir:value "Tablet" ]       ]     ];
     fhir:Medication.amount [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ]       ];
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]       ]     ];
     fhir:Medication.ingredient [
       fhir:index 0;
       fhir:Medication.ingredient.itemCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:372826007;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "372826007" ];
           fhir:Coding.display [ fhir:value "Metoprolol (substance)" ]         ];
         fhir:CodeableConcept.text [ fhir:value "Metoprolol" ]       ];
       fhir:Medication.ingredient.strength [
         fhir:Ratio.numerator [
           fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ];
           fhir:Quantity.unit [ fhir:value "mg" ]         ];
         fhir:Ratio.denominator [
           fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]         ]       ]     ]
  ];
  fhir:MedicationStatement.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:17931678-20b4-11e6-b67b-9e71128cca77" ]
  ];
  fhir:MedicationStatement.status [ fhir:value "completed"];
  fhir:MedicationStatement.medicationReference [
     fhir:Reference.reference [ fhir:value "#med" ]
  ];
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/MonikaWegmueller" ]
  ];
  fhir:MedicationStatement.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.text [ fhir:value "Bluthochdruck" ]
  ];
  fhir:MedicationStatement.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "-" ]
  ];
  fhir:MedicationStatement.dosage [
     fhir:index 0;
     fhir:Dosage.text [ fhir:value "Morgens 1 und abends 1/2 Tablette nehmen" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-dosagetype" ];
       fhir:Extension.valueIdentifier [
         fhir:Identifier.value [ fhir:value "1.3.6.1.4.1.19376.1.5.3.1.4.9" ]       ]     ];
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ];
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.boundsPeriod [
           fhir:Period.start [ fhir:value "2012-02-04"^^xsd:date ]         ];
         fhir:Timing.repeat.when [
           fhir:value "ACM";
           fhir:index 0         ]       ]     ];
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:0.4.0.127.0.16.1.1.2.1" ];
         fhir:Coding.code [ fhir:value "20053000" ];
         fhir:Coding.display [ fhir:value "Oral use" ]       ]     ];
     fhir:Dosage.doseAndRate [
       fhir:index 0;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]       ]     ]
  ], [
     fhir:index 2;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-dosagetype" ];
       fhir:Extension.valueIdentifier [
         fhir:Identifier.value [ fhir:value "1.3.6.1.4.1.19376.1.5.3.1.4.9" ]       ]     ];
     fhir:Dosage.sequence [ fhir:value "2"^^xsd:integer ];
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.boundsPeriod [
           fhir:Period.start [ fhir:value "2012-02-04"^^xsd:date ]         ];
         fhir:Timing.repeat.when [
           fhir:value "ACV";
           fhir:index 0         ]       ]     ];
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:oid:0.4.0.127.0.16.1.1.2.1" ];
         fhir:Coding.code [ fhir:value "20053000" ];
         fhir:Coding.display [ fhir:value "Oral use" ]       ]     ];
     fhir:Dosage.doseAndRate [
       fhir:index 0;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "0.5"^^xsd:decimal ]       ]     ]
  ].

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

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