Data Exchange For Quality Measures Implementation Guide
5.0.0 - STU5 United States of America flag

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v5.0.0: STU5 (v5.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Ad Hoc Operation Input Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ad-hoc-organization"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ad-hoc-organization</b></p><a name="ad-hoc-organization"> </a><a name="hcad-hoc-organization"> </a><a name="ad-hoc-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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-organization.html">QICore Organization</a></p></div><p><b>active</b>: false</p><p><b>name</b>: Ad hoc org</p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Practitioner #kelly-smith-1</b></p><a name="ad-hoc-organization/kelly-smith-1"> </a><a name="hcad-hoc-organization/kelly-smith-1"> </a><a name="ad-hoc-organization/kelly-smith-1-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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-practitioner.html">QICore Practitioner</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-USEIN.html" title="An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.">United States Employer Identification Number</a>/EIN-00YYZ (use: official, )</p><p><b>name</b>: Kelly Smith </p><p><b>telecom</b>: ph: 555-555-1234</p></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: PractitionerRole #kelly-smith-role</b></p><a name="ad-hoc-organization/kelly-smith-role"> </a><a name="hcad-hoc-organization/kelly-smith-role"> </a><a name="ad-hoc-organization/kelly-smith-role-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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-practitionerrole.html">QICore PractitionerRole</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-USEIN.html" title="An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.">United States Employer Identification Number</a>/EIN-00YYZ (use: official, )</p><p><b>active</b>: true</p><p><b>period</b>: 1995-01-01 --&gt; 2025-01-01</p><p><b>practitioner</b>: <a href="#hcad-hoc-organization/kelly-smith-1">Dr Kelly Smith</a></p><p><b>organization</b>: <a href="#hcad-hoc-organization">Organization Ad hoc org</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 133932002}">Caregiver (person)</span></p><p><b>specialty</b>: <span title="Codes:{http://nucc.org/provider-taxonomy 122300000X}">Dentist</span></p><p><b>telecom</b>: ph: 555-555-5678</p></blockquote></div>
  </text>
  <contained>
    <Practitioner>
      <id value="kelly-smith-1"/>
      <meta>
        <profile
                 value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"/>
      </meta>
      <identifier>
        <use value="official"/>
        <system value="urn:oid:2.16.840.1.113883.4.4"/>
        <value value="EIN-00YYZ"/>
      </identifier>
      <name>
        <family value="Smith"/>
        <given value="Kelly"/>
      </name>
      <telecom>
        <system value="phone"/>
        <value value="555-555-1234"/>
      </telecom>
    </Practitioner>
  </contained>
  <contained>
    <PractitionerRole>
      <id value="kelly-smith-role"/>
      <meta>
        <profile
                 value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"/>
      </meta>
      <identifier>
        <use value="official"/>
        <system value="urn:oid:2.16.840.1.113883.4.4"/>
        <value value="EIN-00YYZ"/>
      </identifier>
      <active value="true"/>
      <period>
        <start value="1995-01-01"/>
        <end value="2025-01-01"/>
      </period>
      <practitioner>
        <reference value="#kelly-smith-1"/>
        <display value="Dr Kelly Smith"/>
      </practitioner>
      <organization>
        <reference value="#"/>
      </organization>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="133932002"/>
          <display value="Caregiver (person)"/>
        </coding>
      </code>
      <specialty>
        <coding>
          <system value="http://nucc.org/provider-taxonomy"/>
          <code value="122300000X"/>
          <display value="Dentist"/>
        </coding>
      </specialty>
      <telecom>
        <system value="phone"/>
        <value value="555-555-5678"/>
      </telecom>
    </PractitionerRole>
  </contained>
  <active value="false"/>
  <name value="Ad hoc org"/>
</Organization>