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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypeOrganization
IdOrganization-ra-payer01.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: Organization ra-payer01

active: true

type: payer

name: ABC Payer

telecom: ph: (+1) 123-456-7890, customer-service@ABCPayer.com

address: 100 Insurance Lane, Suite 700 Amherst MA 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "ra-payer01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Organization: ABC Payer"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "ABC Payer is an Organization example that generated Risk Adjustment Coding Gap Report."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "pay",
          "display": "payer"
        }
      ]
    }
  ],
  "name": "ABC Payer",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 123-456-7890"
    },
    {
      "system": "email",
      "value": "customer-service@ABCPayer.com"
    }
  ],
  "address": [
    {
      "line": [
        "100 Insurance Lane, Suite 700"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}