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
: comment-renal-failure - 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:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "comment-renal-failure"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-communication"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-communication> ] )
] ; #
fhir:language [ fhir:v "et"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Communication comment-renal-failure</b></p><a name=\"comment-renal-failure\"> </a><a name=\"hccomment-renal-failure\"> </a><a name=\"comment-renal-failure-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-communication.html\">EETISCommunication</a></p></div><p><b>identifier</b>: 080808</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">D1. siia tuleb hoiatus neerufunktsiooni langusest</span></p><p><b>about</b>: <a href=\"MedicationStatement-MedicationStatementAlprazolam.html\">MedicationStatement: extension = ,30,2023-11-07,,,Privaatne,order,; status = recorded; category = Ühekordne,ei ole patsiendi ytluse põhjal,tavaretsept,1-kordne; effective[x] = 2015-02-07 13:28:17-0500 --> (ongoing); note = patsient helistas ja soovis suuremat annust</a></p><p><b>sent</b>: 2025-03-12</p><p><b>sender</b>: <a href=\"PractitionerRole-PractRoleD12345.html\">PractitionerRole Doctor</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-alprazolam.html\">Medication: extension = alprasolaam,Xanax XR; identifier = https://fhir.ee/CodeSystem/tis-fhir-identifikaatorid/ravimiregister-pakend#1021857; doseForm = toimeainet prolongeeritult vabastav tablett; totalVolume = 30</a></td></tr></table><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">annuse vähendamsie põhjendus seoses neerufunktsiooni langusega</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "080808" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "alert" ] ] ) ;
fhir:text [ fhir:v "D1. siia tuleb hoiatus neerufunktsiooni langusest" ]
] ) ; #
fhir:about ( [
fhir:reference [ fhir:v "MedicationStatement/MedicationStatementAlprazolam" ]
] ) ; #
fhir:sent [ fhir:v "2025-03-12"^^xsd:date] ; #
fhir:sender [
fhir:reference [ fhir:v "PractitionerRole/PractRoleD12345" ]
] ; #
fhir:reason ( [
fhir:reference [
fhir:reference [ fhir:v "Medication/alprazolam" ] ]
] ) ; #
fhir:payload ( [
fhir:content [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "annuse vähendamsie põhjendus seoses neerufunktsiooni langusega" ] ]
] ) . #