FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Organization |
| Id | Organization-xyz-payer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization xyz-payer
identifier: HL7PersonIdentifier/666666
name: XYZ Insurance
alias: XYZ
contact
telecom: +1 555 234 3523, info@xyz-payer.org
{
"resourceType": "Organization",
"id": "xyz-payer",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
"value": "666666"
}
],
"name": "XYZ Insurance",
"alias": [
"XYZ"
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+1 555 234 3523",
"use": "work"
},
{
"system": "email",
"value": "info@xyz-payer.org",
"use": "work"
}
]
}
]
}