Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Patient",
"id" : "payer-patient-2002",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient payer-patient-2002</b></p><a name=\"payer-patient-2002\"> </a><a name=\"hcpayer-patient-2002\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Michael Doe (official) Male, DoB: 1985-06-15 ( Member Number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/MR-2002-PLAN</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">456 Oak Avenue Springfield IL 62702 </td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB"
}
]
},
"system" : "http://example.org/health-plan/identifiers/member",
"value" : "HP-87654321",
"assigner" : {
"display" : "Example Health Plan"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "http://example.org/health-plan/identifiers/medical-record",
"value" : "MR-2002-PLAN",
"assigner" : {
"display" : "Example Health Plan"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Doe",
"given" : [
"John",
"Michael"
]
}
],
"gender" : "male",
"birthDate" : "1985-06-15",
"address" : [
{
"line" : [
"456 Oak Avenue"
],
"city" : "Springfield",
"state" : "IL",
"postalCode" : "62702"
}
]
}