Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: John Doe (foreign patient) - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "pat2",
"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>John Doe </b> male, DoB Unknown ( id:\u00a0N857623628)</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=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">5601 Universal Blvd, Orlando, FL 32819, USA(TEMP)</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://fhir.ee/sid/pid/usa/ppn",
"value" : "N857623628"
}
],
"active" : true,
"name" : [
{
"use" : "usual",
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male",
"address" : [
{
"use" : "temp",
"text" : "5601 Universal Blvd, Orlando, FL 32819, USA",
"line" : [
"5601 Universal Blvd"
],
"city" : "Orlando",
"district" : "Orange County",
"state" : "FL",
"postalCode" : "32819",
"country" : "US"
}
]
}