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" : "Patient",
"id" : "pat1MatiMeri",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat1MatiMeri</b></p><a name=\"pat1MatiMeri\"> </a><a name=\"hcpat1MatiMeri\"> </a><a name=\"pat1MatiMeri-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mati Meri (official) Male, DoB Unknown ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#38301105216)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337\u00a0(,\u00a0period:\u00a0(?) --> 2023-12-28)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.ee/sid/pid/est/ni",
"value" : "38301105216"
},
{
"system" : "https://fhir.ee/sid/pid/est/ppn",
"value" : "K0307337",
"period" : {
"end" : "2023-12-28"
},
"assigner" : {
"display" : "Estonian Police and Board Agency"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Meri",
"given" : [
"Mati"
]
}
],
"gender" : "male",
"address" : [
{
"extension" : [
{
"url" : "https://fhir.ee/base/StructureDefinition/ee-ehak",
"valueCoding" : {
"system" : "https://fhir.ee/base/ehak",
"code" : "0387"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/address-official",
"valueBoolean" : true
}
],
"use" : "work",
"text" : "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10",
"city" : "Tallinn",
"state" : "Harju",
"postalCode" : "14215",
"country" : "EE"
}
]
}