This page is part of the PACIO Advance Directive Information Implementation Guide (v1.0.0: STU 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
{
"resourceType" : "Patient",
"id" : "Example-Smith-Johnson-Patient1",
"meta" : {
"lastUpdated" : "2021-03-29T14:25:34.001-05:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Smith-Johnson, Betsy</b> female, DoB: 1950-11-15 ( id:\u00a0047e62ccf09d4b39a8add708a69b7f38)</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 Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"mailto:BetsySJ@example.com\">BetsySJ@example.com</a></li><li>111 Maple Court San Antonio TX 78212 US (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.840.1.113883.4.823.1",
"value" : "047e62ccf09d4b39a8add708a69b7f38"
}
],
"active" : true,
"name" : [
{
"use" : "usual",
"text" : "Smith-Johnson, Betsy",
"family" : "Smith-Johnson",
"given" : [
"Betsy"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "BetsySJ@example.com",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1950-11-15",
"address" : [
{
"use" : "home",
"type" : "physical",
"line" : [
"111 Maple Court"
],
"city" : "San Antonio",
"state" : "TX",
"postalCode" : "78212",
"country" : "US"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "UNK"
}
]
},
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en",
"display" : "English"
}
]
},
"preferred" : true
}
]
}