Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

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

: novorapid - 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 "novorapid"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-medication-epc"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-medication-epc>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication novorapid</b></p><a name=\"novorapid\"> </a><a name=\"hcnovorapid\"> </a><a name=\"novorapid-en-US\"> </a><p><b>ExtensionEETISMedicinalProductClassification</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/atc-ee J01CE02}\">fenoksümetüülpenitsilliin</span></p><p><b>ExtensionEETISMedicinalProductName</b>: Novorapid Flexpen</p><p><b>doseForm</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravimvormid 1256}\">Õhukese polümeerikattega tablett</span></p><p><b>totalVolume</b>: 12</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:{https://fhir.ee/CodeSystem/toimeained 11470}\">fenoksümetüülpenitsilliin</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 1000000(unit RÜ from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud  codeRÜ = 'international unit(s)')</span>/1(unit TABL from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik)<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud mahu- ja massiühikud  codeTABL = 'tablet(s)')</span></p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-classification"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/atc-ee"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01CE02" ] ;
fhir:display [ fhir:v "fenoksümetüülpenitsilliin" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Novorapid Flexpen" ]
  ] ) ; # 
  fhir:doseForm [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ravimvormid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1256" ] ;
fhir:display [ fhir:v "Õhukese polümeerikattega tablett" ]     ] )
  ] ; # 
  fhir:totalVolume [
fhir:value [ fhir:v "12"^^xsd:decimal ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
fhir:concept [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/toimeained"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11470" ] ;
fhir:display [ fhir:v "fenoksümetüülpenitsilliin" ]         ] )       ]     ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "1000000"^^xsd:decimal ] ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RÜ" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TABL" ]       ]     ]
  ] ) . #