FHIR IG analytics| Package | hl7.fhir.us.insurance-card |
| Resource Type | Organization |
| Id | Organization-Example-PayerOrganization1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Example-PayerOrganization1
version: 4; Last updated: 2021-08-16 14:08:24+0000
Profile: C4DIC Organization
identifier: Payer ID/45002
active: true
name: Acme Insurance Co
contact
purpose: Pharmacists
telecom: ph: 1-800-123-4988
contact
purpose: Patient
telecom: ph: 1-800-465-2222, http://acmeinsurance.com
contact
purpose: Mail Order Pharmacy
telecom: ph: 1-888-466-1234
contact
purpose: Provider Service
telecom: ph: 1-800-444-3333
contact
purpose: Virtual Care Services
telecom: http://virtualdoctor.com
contact
purpose: Payor
address: P.O. Box 1111 Miami, FL 20222-4021
{
"resourceType": "Organization",
"id": "Example-PayerOrganization1",
"meta": {
"versionId": "4",
"lastUpdated": "2021-08-16T14:08:24.329+00:00",
"profile": [
"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/C4DICIdentifierType",
"code": "payerid"
}
]
},
"value": "45002"
}
],
"active": true,
"name": "Acme Insurance Co",
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/C4DICExtendedContactTypeCS",
"code": "pharma",
"display": "Pharmacists"
}
]
},
"telecom": [
{
"system": "phone",
"value": "1-800-123-4988"
}
]
},
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "PATINF",
"display": "Patient"
}
]
},
"telecom": [
{
"system": "phone",
"value": "1-800-465-2222"
},
{
"system": "url",
"value": "http://acmeinsurance.com"
}
]
},
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/C4DICExtendedContactTypeCS",
"code": "rxmailorder",
"display": "Mail Order Pharmacy"
}
]
},
"telecom": [
{
"system": "phone",
"value": "1-888-466-1234"
}
]
},
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/C4DICExtendedContactTypeCS",
"code": "provider",
"display": "Provider Service"
}
]
},
"telecom": [
{
"system": "phone",
"value": "1-800-444-3333"
}
]
},
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/C4DICExtendedContactTypeCS",
"code": "virtual",
"display": "Virtual Care Services"
}
]
},
"telecom": [
{
"system": "url",
"value": "http://virtualdoctor.com"
}
]
},
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "PAYOR",
"display": "Payor"
}
]
},
"address": {
"type": "postal",
"text": "P.O. Box 1111 Miami, FL 20222-4021",
"line": [
"P.O. Box 1111"
],
"city": "Miami",
"state": "FL",
"postalCode": "20222-4021",
"country": "US"
}
}
]
}