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-member-002",
"meta" : {
"lastUpdated" : "2024-12-16T10:30:00Z",
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Sarah Elizabeth Williams - Payer Member</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB",
"display" : "Member Number"
}
]
},
"system" : "http://example.org/payer/member-ids",
"value" : "MBR-B98765432",
"assigner" : {
"display" : "Example Payer"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Williams",
"given" : [
"Sarah",
"Elizabeth"
]
}
],
"gender" : "female",
"birthDate" : "1978-07-22",
"address" : [
{
"line" : [
"456 Oak Avenue"
],
"city" : "Sometown",
"state" : "MA",
"postalCode" : "02102"
}
]
}