Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
: extemporal - 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:id [ fhir:v "extemporal"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-medication-extemporal"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-medication-extemporal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication extemporal</b></p><a name=\"extemporal\"> </a><a name=\"hcextemporal\"> </a><a name=\"extemporal-en-US\"> </a><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 789}\">salv</span></p><p><b>totalVolume</b>: 100</p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Rp.Sulfuris praecipitati 33,0, Adipis suilli ad 100,0, M. f. ung.D. S.</span></td></tr></table></blockquote></div>"
] ; #
fhir:doseForm [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ravimvormid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "789" ] ;
fhir:display [ fhir:v "salv" ] ] )
] ; #
fhir:totalVolume [
fhir:value [ fhir:v "100"^^xsd:decimal ]
] ; #
fhir:ingredient ( [
fhir:item [
fhir:concept [
fhir:text [ fhir:v "Rp.Sulfuris praecipitati 33,0, Adipis suilli ad 100,0, M. f. ung.D. S." ] ] ]
] ) . #