This page is part of the Da Vinci Health Record Exchange (v1.1.0: STU 1.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" : "Parameters",
"id" : "member-match-out",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out"
]
},
"parameter" : [
{
"name" : "MemberIdentifier",
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code" : "UMB"
}
]
},
"system" : "http://example.org/target-payer/identifiers/member",
"value" : "55678",
"assigner" : {
"display" : "Old Payer"
}
}
},
{
"name" : "MemberId",
"valueReference" : {
"reference" : "http://example.org/new-payer/fhir/Patient/pat1"
}
}
]
}