This page is part of the CARIN Blue Button Implementation Guide (v2.0.0: STU 2) based on FHIR 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 Example 2 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "Patient2",
"meta" : {
"lastUpdated" : "2020-10-30T09:48:01.8512764-04:00",
"source" : "Organization/PayerOrganizationExample1",
"profile" : [
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.0.0"
]
},
"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>Member 01 Test </b> male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.:Ā 88800933501)</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>ph: 5555555551</li><li>ph: 5555555552</li><li>ph: 5555555553</li><li>ph: 5555555554</li><li>ph: 5555555555(HOME)</li><li>ph: 5555555556(WORK)</li><li><a href=\"mailto:GXXX@XXXX.com\">GXXX@XXXX.com</a></li><li>fax: 5555555557</li><li>123 Main Street PITTSBURGH PA 15239 </li><li>456 Murray Avenue PITTSBURGH PA 15217 </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><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-Payer2.html\">Organization/Payer2: UPMC Health Plan</a> "UPMC Health Plan"</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB",
"display" : "Member Number"
}
],
"text" : "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
},
"system" : "https://www.upmchealthplan.com/fhir/memberidentifier",
"value" : "88800933501",
"assigner" : {
"reference" : "Organization/Payer2",
"display" : "UPMC Health Plan"
}
}
],
"active" : true,
"name" : [
{
"family" : "Test",
"given" : [
"Member 01"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "5555555551",
"rank" : 1
},
{
"system" : "phone",
"value" : "5555555552",
"rank" : 2
},
{
"system" : "phone",
"value" : "5555555553",
"rank" : 3
},
{
"system" : "phone",
"value" : "5555555554",
"rank" : 4
},
{
"system" : "phone",
"value" : "5555555555",
"use" : "home",
"rank" : 5
},
{
"system" : "phone",
"value" : "5555555556",
"use" : "work",
"rank" : 6
},
{
"system" : "email",
"value" : "GXXX@XXXX.com",
"rank" : 7
},
{
"system" : "fax",
"value" : "5555555557",
"rank" : 8
}
],
"gender" : "male",
"birthDate" : "1943-01-01",
"address" : [
{
"type" : "physical",
"line" : [
"123 Main Street"
],
"city" : "PITTSBURGH",
"state" : "PA",
"postalCode" : "15239"
},
{
"type" : "physical",
"line" : [
"456 Murray Avenue"
],
"city" : "PITTSBURGH",
"state" : "PA",
"postalCode" : "15217"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "UNK"
}
],
"text" : "unknown"
},
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en"
}
],
"text" : "English"
},
"preferred" : true
}
],
"managingOrganization" : {
"reference" : "Organization/Payer2",
"display" : "UPMC Health Plan"
}
}