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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeOrganization
IdOrganization-GEHC-organization.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 GEHC-organization

version: 4; Last updated: 2020-07-30 21:59:24+0000;

Information Source: #Rt91H5PsWgzfxCgW

Profile: US Core Organization Profile

identifier: NPI/9316452725

active: true

type: Healthcare Provider

name: Good Endodontics Health Clinic

telecom: ph: (+1) 303-677-7777, Endo-service@GHclinic.org

address: 9552 W Alameda Ave Lakewood CO 80226 USA


Source1

{
  "resourceType": "Organization",
  "id": "GEHC-organization",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-07-30T21:59:24.008+00:00",
    "source": "#Rt91H5PsWgzfxCgW",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9316452725"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Good Endodontics Health Clinic",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 303-677-7777"
    },
    {
      "system": "email",
      "value": "Endo-service@GHclinic.org"
    }
  ],
  "address": [
    {
      "line": [
        "9552 W Alameda Ave"
      ],
      "city": "Lakewood",
      "state": "CO",
      "postalCode": "80226",
      "country": "USA"
    }
  ]
}