Medication Scheme Implementation Guide
1.0.0 - draft
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
{
"resourceType" : "Observation",
"id" : "observation-egfr1",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-observation-egfr"
]
},
"language" : "et",
"text" : {
"status" : "generated",
"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>"
},
"status" : "final",
"code" : {
"coding" : [
{
"code" : "62238-1"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat1MatiMeri"
},
"performer" : [
{
🔗 "reference" : "PractitionerRole/PractRoleD12345"
}
],
"valueQuantity" : {
"value" : 84,
"unit" : "mg/ml/1, 73m2"
},
"referenceRange" : [
{
"low" : {
"value" : 60,
"unit" : "mg/ml/1, 73m2"
}
}
],
"derivedFrom" : [
{
"display" : "SIIA tuleb tervikdokumendi viide, kust analüüs pärit on?"
}
]
}