Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 6.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-measures/ and changes regularly. See the Directory of published versions
Active as of 2024-08-30 |
{
"resourceType" : "ValueSet",
"id" : "subject-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet subject-type</b></p><a name=\"subject-type\"> </a><a name=\"hcsubject-type\"> </a><a name=\"subject-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-subject-type.html\">Subject type</a></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html\"><code>http://hl7.org/fhir/resource-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-PractitionerRole\">PractitionerRole</a></td><td>Practitioner Role</td><td>A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-RelatedPerson\">RelatedPerson</a></td><td>Related Person</td><td>Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
}
],
"url" : "http://hl7.org/fhir/uv/cqm/ValueSet/subject-type",
"version" : "4.0.0",
"name" : "SubjectTypeValueSet",
"title" : "Subject Type Value Set",
"status" : "active",
"experimental" : false,
"date" : "2024-08-30",
"publisher" : "HL7 International / Clinical Quality Information",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "This value incorporates all of the codes from the FHIR value set subject-type in addition to PractitionerRole and RelatedPerson from the FHIR resource-types code system.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"valueSet" : [
🔗 "http://hl7.org/fhir/ValueSet/subject-type"
]
},
{
"system" : "http://hl7.org/fhir/resource-types",
"concept" : [
{
"code" : "PractitionerRole",
"display" : "Practitioner Role"
},
{
"code" : "RelatedPerson",
"display" : "Related Person"
}
]
}
]
}
}