CMS FHIR Prototype Measure Calculation Tool IG
0.1.0 - CI Build United States of America flag

CMS FHIR Prototype Measure Calculation Tool IG, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/mct-ig/ and changes regularly. See the Directory of published versions

: ExampleOrganization - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="acme"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization </b><a name="acme"> </a><a name="hcacme"> </a></p><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">ResourceOrganization &quot;acme&quot; </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/qicore/STU4.1.1/StructureDefinition-qicore-organization.html">QICoreOrganization</a></p></div><p><b>Receiving System Endpoint Extension</b>: <a href="Endpoint-example.html">Endpoint/example</a> &quot;Example Endpoint&quot;</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.336</code>/ACME-CCN (use: secondary), <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/ACME-NPI (use: secondary), <a href="http://terminology.hl7.org/5.0.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.">USEIN</a>/ACME-EIN (use: secondary)</p><p><b>active</b>: true</p><p><b>name</b>: ACME Provider Organization</p><p><b>telecom</b>: <a href="https://acme.org">https://acme.org</a></p><p><b>address</b>: 123 Erewhon Dayton OH 45410 (work)</p></div>
  </text>
  <extension
             url="http://cms.gov/fhir/mct/StructureDefinition/mct-receivingSystemEndpoint">
    <valueReference>🔗 
      <reference value="Endpoint/example"/>
    </valueReference>
  </extension>
  <identifier>
    <use value="secondary"/>
    <system value="urn:oid:2.16.840.1.113883.4.336"/>
    <value value="ACME-CCN"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="ACME-NPI"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <system value="urn:oid:2.16.840.1.113883.4.4"/>
    <value value="ACME-EIN"/>
  </identifier>
  <active value="true"/>
  <name value="ACME Provider Organization"/>
  <telecom>
    <system value="url"/>
    <value value="https://acme.org"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <line value="123 Erewhon"/>
    <city value="Dayton"/>
    <state value="OH"/>
    <postalCode value="45410"/>
  </address>
</Organization>