CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization - Example Submitting Organization 1 - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-example-submitting-organization"/>
  <meta>
    <profile
             value="http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-submitting-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization organization-example-submitting-organization</b></p><a name="organization-example-submitting-organization"> </a><a name="hcorganization-example-submitting-organization"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-nhsn-submitting-organization.html">NHSN Submitting Organization</a></p></div><p><b>identifier</b>: <code>https://www.cdc.gov/nhsn/OrgID</code>/ExampleNHSNSubmitterOrgID</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>: Example NHSN Submitter</p><p><b>telecom</b>: ph: 5555555551</p><p><b>address</b>: </p></div>
  </text>
  <identifier>
    <system value="https://www.cdc.gov/nhsn/OrgID"/>
    <value value="ExampleNHSNSubmitterOrgID"/>
  </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="Example NHSN Submitter"/>
  <telecom>
    <system value="phone"/>
    <value value="5555555551"/>
    <rank value="1"/>
  </telecom>
  <address>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="unknown"/>
    </extension>
  </address>
</Organization>