Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "xyz-payer",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization xyz-payer</b></p><a name=\"xyz-payer\"> </a><a name=\"hcxyz-payer\"> </a><a name=\"xyz-payer-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.19.2.3</code>/666666</p><p><b>name</b>: XYZ Insurance</p><p><b>alias</b>: ABC Insurance</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:info@xyz-payer.org\">info@xyz-payer.org</a></p></blockquote></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.840.1.113883.3.19.2.3",
"value" : "666666"
}
],
"name" : "XYZ Insurance",
"alias" : [
"ABC Insurance"
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "+1 555 234 3523",
"use" : "work"
},
{
"system" : "email",
"value" : "info@xyz-payer.org",
"use" : "work"
}
]
}
]
}