FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Organization |
| Id | Organization-acme-payer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization acme-payer
Profile: US Core Organization Profile version: 9.0.0
identifier: National Association of Insurance Commissioners (NAIC) Company Codes/55555
active: true
type: Payer
name: Acme Health Plan
telecom: ph: (+1) 555-555-5555, hq@acme.org
address: 100 INSURANCE AVE AMHERST MA 01002 USA
{
"resourceType": "Organization",
"id": "acme-payer",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.6.300",
"value": "55555"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "pay"
}
],
"text": "Payer"
}
],
"name": "Acme Health Plan",
"telecom": [
{
"system": "phone",
"value": "(+1) 555-555-5555"
},
{
"system": "email",
"value": "hq@acme.org"
}
],
"address": [
{
"line": [
"100 INSURANCE AVE"
],
"city": "AMHERST",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}