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

FHIR IG analytics

Packagehl7.fhir.us.dapl
Resource TypeOrganization
IdOrganization-acme-payer.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

Organization

Resource Organization "acme-payer"

identifier: id: 55555

active: true

type: Payer Organization type -pay

name: Acme Health Plan

telecom: ph: (+1) 555-555-5555, hq@acme.org

address: 100 Insurance Avenue Amherst MA 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "acme-payer",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "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 Avenue"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}