Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Good Oral Health Clinic (example) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "GOHC-organization",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-07-30T21:59:59.195+00:00",
    "source" : "#MeKA4odpFugzZZ7T",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: GOHC-organization</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 2316452725</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 Oral Health Clinic</p><p><b>telecom</b>: ph: (+1) 720-677-7777, customer2-service@GHclinic.org</p><p><b>address</b>: 7552 W Alameda Ave Lakewood CO 80226 USA </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "2316452725"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Good Oral Health Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) 720-677-7777"
    },
    {
      "system" : "email",
      "value" : "customer2-service@GHclinic.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "7552 W Alameda Ave"
      ],
      "city" : "Lakewood",
      "state" : "CO",
      "postalCode" : "80226",
      "country" : "USA"
    }
  ]
}