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

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ad-hoc-organization",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0)</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\u00a0(use:\u00a0official,\u00a0)</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>"
  },
  "contained" : [
    {
      "resourceType" : "Practitioner",
      "id" : "kelly-smith-1",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
        ]
      },
      "identifier" : [
        {
          "use" : "official",
          "system" : "urn:oid:2.16.840.1.113883.4.4",
          "value" : "EIN-00YYZ"
        }
      ],
      "name" : [
        {
          "family" : "Smith",
          "given" : [
            "Kelly"
          ]
        }
      ],
      "telecom" : [
        {
          "system" : "phone",
          "value" : "555-555-1234"
        }
      ]
    },
    {
      "resourceType" : "PractitionerRole",
      "id" : "kelly-smith-role",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"
        ]
      },
      "identifier" : [
        {
          "use" : "official",
          "system" : "urn:oid:2.16.840.1.113883.4.4",
          "value" : "EIN-00YYZ"
        }
      ],
      "active" : true,
      "period" : {
        "start" : "1995-01-01",
        "end" : "2025-01-01"
      },
      "practitioner" : {
        "reference" : "#kelly-smith-1",
        "display" : "Dr Kelly Smith"
      },
      "organization" : {
        "reference" : "#"
      },
      "code" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "133932002",
              "display" : "Caregiver (person)"
            }
          ]
        }
      ],
      "specialty" : [
        {
          "coding" : [
            {
              "system" : "http://nucc.org/provider-taxonomy",
              "code" : "122300000X",
              "display" : "Dentist"
            }
          ]
        }
      ],
      "telecom" : [
        {
          "system" : "phone",
          "value" : "555-555-5678"
        }
      ]
    }
  ],
  "active" : false,
  "name" : "Ad hoc org"
}