FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-dtr
Resource TypeList
IdList-SupportedPayers.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
      }
    }
  ]
}