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
: observation-egfr1 - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-egfr1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-tis-observation-egfr"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-tis-observation-egfr> ] )
] ; #
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: Observation observation-egfr1</b></p><a name=\"observation-egfr1\"> </a><a name=\"hcobservation-egfr1\"> </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-observation-egfr.html\">EETISObservationEGFR</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">62238-1</span></p><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>performer</b>: <a href=\"PractitionerRole-PractRoleD12345.html\">PractitionerRole Doctor</a></p><p><b>value</b>: 84 mg/ml/1, 73m2</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td></tr><tr><td style=\"display: none\">*</td><td>60 mg/ml/1, 73m2</td></tr></table><p><b>derivedFrom</b>: SIIA tuleb tervikdokumendi viide, kust analüüs pärit on?</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "62238-1" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat1MatiMeri" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/PractRoleD12345" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "84"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/ml/1, 73m2" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/ml/1, 73m2" ] ]
] ) ; #
fhir:derivedFrom ( [
fhir:display [ fhir:v "SIIA tuleb tervikdokumendi viide, kust analüüs pärit on?" ]
] ) . #