National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: Acme

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="Acme"/>
  <meta>
    <lastUpdated value="2020-07-07T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <extension
             url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-qualification">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="http://nucc.org/provider-taxonomy"/>
          <code value="3336C0003X"/>
          <display value="Community/Retail Pharmacy"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="status">
      <valueCode value="active"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-insuranceplan-reference">
    <valueReference>🔗 
      <reference value="InsurancePlan/AcmeQHPBronze"/>
    </valueReference>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-description">
    <valueString
                 value="Acme of CT is a leading provider of health and other insurance products."/>
  </extension>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <version value="2.0.1"/>
      <code value="pay"/>
      <display value="Payer"/>
    </coding>
  </type>
  <name value="Acme of CT"/>
  <alias>
    <extension
               url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-alias-type">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/organization-alias-type"/>
          <code value="historical"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension
               url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-alias-period">
      <valuePeriod>
        <start value="2011-05-23"/>
        <end value="2011-05-27"/>
      </valuePeriod>
    </extension>
  </alias>
  <telecom>
    <extension
               url="http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime">
      <extension url="daysOfWeek">
        <valueCode value="mon"/>
      </extension>
      <extension url="daysOfWeek">
        <valueCode value="tue"/>
      </extension>
      <extension url="daysOfWeek">
        <valueCode value="wed"/>
      </extension>
      <extension url="daysOfWeek">
        <valueCode value="thu"/>
      </extension>
      <extension url="daysOfWeek">
        <valueCode value="fri"/>
      </extension>
      <extension url="availableStartTime">
        <valueTime value="08:00:00"/>
      </extension>
      <extension url="availableEndTime">
        <valueTime value="17:00:00"/>
      </extension>
    </extension>
    <system value="phone"/>
    <value value="(111)-222-3333"/>
    <rank value="2"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://www.acmeofct.com"/>
    <rank value="1"/>
  </telecom>
  <address>
    <line value="456 Main Street"/>
    <city value="Norwalk"/>
    <state value="CT"/>
    <postalCode value="00014-1234"/>
  </address>
</Organization>