Estonian Base Implementation Guide
1.1.1 - trial-use
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Patient",
"id" : "patunk",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/base/StructureDefinition/ee-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patunk</b></p><a name=\"patunk\"> </a><a name=\"hcpatunk\"> </a><a name=\"patunk-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Tundmatu naine(nickname) Female, DoB: ( https://fhir.ee/sid/pid/est/mr#74569215-34534563-mfhsjq)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.ee/sid/pid/est/mr",
"value" : "74569215-34534563-mfhsjq"
}
],
"active" : false,
"name" : [
{
"use" : "nickname",
"text" : "Tundmatu naine"
}
],
"gender" : "female",
"_birthDate" : {
"extension" : [
{
"url" : "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator",
"valueCoding" : {
"system" : "https://fhir.ee/CodeSystem/date-accuracy-indicator",
"code" : "UUU"
}
},
{
"url" : "https://fhir.ee/base/StructureDefinition/ee-patient-age",
"valueAge" : {
"value" : 40,
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
]
}
}