FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Organization |
| Id | Organization-organization-payer-bcbs.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-payer-bcbs
Language: en
identifier: United States National Provider Identifier/1234567893
active: true
type: Payer
name: Blue Cross Blue Shield
telecom: ph: 800-555-1234(Work), contact@bcbs.example.com
address: 456 Insurance Ave Anytown CA 12345 US
{
"resourceType": "Organization",
"id": "organization-payer-bcbs",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "pay",
"display": "Payer"
}
]
}
],
"name": "Blue Cross Blue Shield",
"telecom": [
{
"system": "phone",
"value": "800-555-1234",
"use": "work"
},
{
"system": "email",
"value": "contact@bcbs.example.com",
"use": "work"
}
],
"address": [
{
"line": [
"456 Insurance Ave"
],
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"country": "US"
}
]
}