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

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4b
Resource TypeOrganization
IdOrganization-diamondonyxhealth2.json
FHIR VersionR4B

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 diamondonyxhealth2

Last updated: 2022-07-04 15:00:00+0000

Profile: Payer Provider Network Query Organization Profile

identifier: http://example.org/ndh-identifiers/diamondonyxhealth2, http://example.org/diamond.2.onyxhealth.io/diamondonyxhealth2

active: true

type: Payer

name: DiamondOnyxHealth

telecom: http://example.org/diamond.2.onyxhealth.io

address: 100 Main Street Norwalk CT 00014-2345

endpoint: Endpoint DiamondOnyxHealth


Source1

{
  "resourceType": "Organization",
  "id": "diamondonyxhealth2",
  "meta": {
    "lastUpdated": "2022-07-04T15:00:00.000Z",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndhPn-ldapi-Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "diamondonyxhealth2"
    },
    {
      "system": "http://example.org/diamond.2.onyxhealth.io",
      "value": "diamondonyxhealth2"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "version": "2.0.1",
          "code": "pay",
          "display": "Payer"
        }
      ]
    }
  ],
  "name": "DiamondOnyxHealth",
  "telecom": [
    {
      "system": "url",
      "value": "http://example.org/diamond.2.onyxhealth.io"
    }
  ],
  "address": [
    {
      "line": [
        "100 Main Street"
      ],
      "city": "Norwalk",
      "state": "CT",
      "postalCode": "00014-2345"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/diamond-mtls-endpoint2"
    }
  ]
}