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

: MedicationStatementFoodSupplementRaud - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationStatementFoodSupplementRaud"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-medication-statement-food-supplement"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-medication-statement-food-supplement>     ] )
  ] ; # 
  fhir:language [ fhir:v "et"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatementFoodSupplementRaud</b></p><a name=\"MedicationStatementFoodSupplementRaud\"> </a><a name=\"hcMedicationStatementFoodSupplementRaud\"> </a><a name=\"MedicationStatementFoodSupplementRaud-en-US\"> </a><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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-tis-medication-statement-food-supplement.html\">EETISMedicationStatementFoodSupplement</a></p></div><blockquote><p><b>ExtensionEETISVerification</b></p><ul><li>verificationTime: 2023-11-09</li><li>verificationAuthor: <a href=\"PractitionerRole-PractRoleD12345.html\">PractitionerRole Doctor</a></li></ul></blockquote><p><b>status</b>: Recorded</p><p><b>category</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ravikuuri-tyyp P}\">pidev</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Raud 25mg</td></tr></table><p><b>subject</b>: <a href=\"Patient-pat1MatiMeri.html\">Mati Meri (official) Male, DoB Unknown ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#38301105216)</a></p><p><b>effective</b>: 2015-02-07 13:28:17-0500 --&gt; (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>patientInstruction</b>: võtab igal hommikul rauda (toidulisand)</p><p><b>timing</b>: Once per 24 hours</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablett<span style=\"background: LightGoldenRodYellow\"> (Details: ER_Ühikud annustamine  codeTA = 'tablet(s)')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "verificationTime"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2023-11-09"^^xsd:date       ]     ] [
fhir:url [ fhir:v "verificationAuthor"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/PractRoleD12345" ]       ]     ] ) ;
fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-tis-verification"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "recorded"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ravikuuri-tyyp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "P" ] ;
fhir:display [ fhir:v "Pidev" ]     ] ) ;
fhir:text [ fhir:v "pidev" ]
  ] ) ; # 
  fhir:medication [
fhir:reference [
fhir:display [ fhir:v "Raud 25mg" ]     ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat1MatiMeri" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:dosage ( [
fhir:patientInstruction [ fhir:v "võtab igal hommikul rauda (toidulisand)" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "24"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "h" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablett" ] ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/retsept-annustamise-yhik"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TA" ]       ]     ] )
  ] ) . #