FHIR IG analytics| Package | hl7.fhir.us.identity-matching.r4b |
| Resource Type | Organization |
| Id | Organization-xyz-payer.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization xyz-payer
identifier: urn:oid:2.16.840.1.113883.3.19.2.3/666666
name: XYZ Insurance
alias: ABC Insurance
contact
telecom: +1 555 234 3523, info@xyz-payer.org
{
"resourceType": "Organization",
"id": "xyz-payer",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}