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

FHIR IG analytics

Packagehl7.fhir.us.carin-bb
Resource TypeOrganization
IdOrganization-Payer1.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 Payer1

Last updated: 2019-12-12 09:14:11+0000; Language: en-US

Profile: C4BB Organizationversion: null2.2.0)

identifier: National provider identifier/9941339100, Payer ID/901234

active: true

name: Organization Payer 1


Source1

{
  "resourceType": "Organization",
  "id": "Payer1",
  "meta": {
    "lastUpdated": "2019-12-12T09:14:11+00:00",
    "profile": [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.2.0"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version": "5.0.0",
            "code": "NPI"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
            "code": "payerid"
          }
        ]
      },
      "value": "901234"
    }
  ],
  "active": true,
  "name": "Organization Payer 1"
}