Dental Data Exchange
2.0.0-ballot - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Organization- Good Health Clinic example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "GHC-organization",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-07-30T21:59:52.717+00:00",
    "source" : "#7DpAiFqmrBGDwwju",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization GHC-organization</b></p><a name=\"GHC-organization\"> </a><a name=\"hcGHC-organization\"> </a><a name=\"GHC-organization-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 3; Last updated: 2020-07-30 21:59:52+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #7DpAiFqmrBGDwwju</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org/fhir/sid/us-npi</code>/1316452725</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Good Health Clinic</p><p><b>telecom</b>: ph: (+1) 555-677-7777, <a href=\"mailto:customer-service@GHclinic.org\">customer-service@GHclinic.org</a></p><p><b>address</b>: 7551 W Alameda Ave Lakewood CO 80226 USA </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1316452725"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Good Health Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) 555-677-7777"
    },
    {
      "system" : "email",
      "value" : "customer-service@GHclinic.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "7551 W Alameda Ave"
      ],
      "city" : "Lakewood",
      "state" : "CO",
      "postalCode" : "80226",
      "country" : "USA"
    }
  ]
}