FHIR IG analytics| Package | hl7.fhir.us.davinci-dtr |
| Resource Type | List |
| Id | List-SupportedPayers.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: List SupportedPayers
Language: en
Profile: DTR Supported Payers
| Mode: Snapshot List | Status: Current |
note
The Payer systems supported by this implementation of DTR.
| Items |
| Organization Acme Insurance |
| Organization GC/GS Alabama |
Contained Resources
Organization #Payer1
identifier: Acmeins
name: Acme Insurance
telecom: +1 555 234 3523
Organization #Payer2
identifier: gcgsal
name: GC/GS Alabama
telecom: +1 555 532 4534
{
"resourceType": "List",
"id": "SupportedPayers",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-supported-Payers"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "Payer1",
"identifier": [
{
"value": "Acmeins"
}
],
"name": "Acme Insurance",
"telecom": [
{
"system": "phone",
"value": "+1 555 234 3523",
"use": "mobile"
}
]
},
{
"resourceType": "Organization",
"id": "Payer2",
"identifier": [
{
"value": "gcgsal"
}
],
"name": "GC/GS Alabama",
"telecom": [
{
"system": "phone",
"value": "+1 555 532 4534",
"use": "mobile"
}
]
}
],
"status": "current",
"mode": "snapshot",
"note": [
{
"text": "The Payer systems supported by this implementation of DTR."
}
],
"entry": [
{
"item": {
"reference": "#Payer1"
}
},
{
"item": {
"reference": "#Payer2"
}
}
]
}