CH EMED (R4)
2.0.0 - STU 2
This page is part of the CH EMED (R4) (v2.0.0: STU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Medication;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "1-1-Triatec"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-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</b></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 \"1-1-Triatec\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-emed-medication.html\">CH EMED Medication Profile</a></p></div><p><b>code</b>: TRIATEC Tabl 2.5 mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#7680538751228 \"TRIATEC Tabl 2.5 mg 20 Stk\")</span></p><p><b>form</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-edqm-standardterms.html\">EDQM - Standard Terms</a>#10219000)</span></p><p><b>amount</b>: 20 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')</span>/1 Package<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Package} = '{Package}')</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>Ramipril <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#386872004 \"Ramipril (substance)\")</span></td><td>2.5 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 732936001 = 'Tablet (unit of presentation)')</span></td></tr></table></div>"
];
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 "7680538751228" ];
fhir:Coding.display [ fhir:value "TRIATEC Tabl 2.5 mg 20 Stk" ] ];
fhir:CodeableConcept.text [ fhir:value "TRIATEC Tabl 2.5 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:Quantity.unit [ fhir:value "Tablet (unit of presentation)" ];
fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ];
fhir:Quantity.code [ fhir:value "732936001" ] ];
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "Package" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "{Package}" ] ]
];
fhir:Medication.ingredient [
fhir:index 0;
fhir:Medication.ingredient.itemCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:386872004;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "386872004" ];
fhir:Coding.display [ fhir:value "Ramipril (substance)" ] ];
fhir:CodeableConcept.text [ fhir:value "Ramipril" ] ];
fhir:Medication.ingredient.strength [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "2.5"^^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 (unit of presentation)" ];
fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ];
fhir:Quantity.code [ fhir:value "732936001" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.