This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0: STU2 Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Patient 2 - Example - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "2",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2018-04-25T02:41:21.772-04:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emilie407 Cole117</div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
],
"text" : "Medical Record Number"
},
"system" : "http://hospital.smarthealthit.org",
"value" : "smart-8888804"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Cole117",
"given" : [
"Emilie407"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "31612345678",
"use" : "mobile"
},
{
"system" : "phone",
"value" : "31201234567",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "1950-07-06",
"deceasedBoolean" : false,
"address" : [
{
"use" : "home",
"line" : [
"Bos en Lommerplein 280"
],
"city" : "Amsterdam",
"state" : "RJ",
"postalCode" : "1055",
"country" : "NLD"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "36629006",
"display" : "Legally married"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M"
}
]
},
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "nl",
"display" : "Dutch"
}
],
"text" : "Nederlands"
},
"preferred" : true
}
],
"generalPractitioner" : [
{
🔗 "reference" : "Practitioner/1"
}
],
"managingOrganization" : {
🔗 "reference" : "Organization/2",
"display" : "Burgers UMC Cardiology unit"
}
}