Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions
: PatientNewborn - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "pat-newborn",
"meta" : {
"profile" : [
"https://fhir.ee/StructureDefinition/ee-mpi-patient-newborn"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Maasikas (TEMP)</b> male, DoB: 2007-12-12 ( id:\u00a050712121111)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">1</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.ee/sid/pid/est/ni",
"value" : "50712121111"
}
],
"active" : true,
"name" : [
{
"use" : "temp",
"family" : "Maasikas"
}
],
"gender" : "male",
"birthDate" : "2007-12-12",
"multipleBirthInteger" : 1
}