Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: Mart Mets (verified patient) - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "pat1",
"meta" : {
"profile" : [
"https://fhir.ee/StructureDefinition/ee-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mart Mets (OFFICIAL)</b> male, DoB: 1973-02-10 ( id:\u00a037302102711)</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 Ids (see the one above)\">Other Id:</td><td colspan=\"3\">id:\u00a0K0307337\u00a0(period:\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" : "37302102711"
},
{
"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" : "Mets",
"given" : [
"Mart"
]
}
],
"gender" : "male",
"birthDate" : "1973-02-10",
"_birthDate" : {
"extension" : [
{
"url" : "https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator",
"valueCoding" : {
"system" : "https://fhir.ee/CodeSystem/ee-date-accuracy-indicator",
"code" : "AAA",
"display" : "Day, month and year are accurate"
}
}
]
},
"address" : [
{
"extension" : [
{
"url" : "https://fhir.ee/StructureDefinition/ee-ads",
"valueCoding" : {
"system" : "https://fhir.ee/CodeSystem/ee-ads",
"code" : "2280361"
}
},
{
"url" : "https://fhir.ee/StructureDefinition/ee-ehak",
"valueCoding" : {
"system" : "https://fhir.ee/sid/ehak",
"code" : "0387"
}
}
],
"use" : "work",
"text" : "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10",
"city" : "Tallinn",
"state" : "Harju",
"postalCode" : "14215",
"country" : "EE"
}
]
}