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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "acme",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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\u00a0(use:\u00a0secondary), <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/ACME-NPI\u00a0(use:\u00a0secondary), <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\u00a0(use:\u00a0secondary)</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>"
  },
  "extension" : [
    {
      "url" : "http://cms.gov/fhir/mct/StructureDefinition/mct-receivingSystemEndpoint",
      "valueReference" : {
        🔗 "reference" : "Endpoint/example"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "secondary",
      "system" : "urn:oid:2.16.840.1.113883.4.336",
      "value" : "ACME-CCN"
    },
    {
      "use" : "secondary",
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "ACME-NPI"
    },
    {
      "use" : "secondary",
      "system" : "urn:oid:2.16.840.1.113883.4.4",
      "value" : "ACME-EIN"
    }
  ],
  "active" : true,
  "name" : "ACME Provider Organization",
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://acme.org",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "line" : [
        "123 Erewhon"
      ],
      "city" : "Dayton",
      "state" : "OH",
      "postalCode" : "45410"
    }
  ]
}