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" : "2002",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient/2002. Default Generated text for resource.</div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MB"
}
]
},
"system" : "http://example.org/old-payer/identifiers/member",
"value" : "45567",
"assigner" : {
"display" : "Old Payer"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Smith",
"given" : [
"William",
"John"
]
}
],
"gender" : "female",
"birthDate" : "1958-12-25"
}