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 Health Clinic (example) - XML Representation

Raw xml | Download


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