{
  "resourceType" : "Organization",
  "id" : "ad-hoc-organization",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><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><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/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><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/STU7.0.1/StructureDefinition-qicore-practitioner.html\">QICore Practitioner</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.3.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><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/STU7.0.1/StructureDefinition-qicore-practitionerrole.html\">QICore PractitionerRole</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.3.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"
}