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
: Subject Type Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "subject-type"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cqm/ValueSet/subject-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0"] ; #
fhir:name [ fhir:v "SubjectTypeValueSet"] ; #
fhir:title [ fhir:v "Subject Type Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-30"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "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."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/subject-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/subject-type> ] ) ] [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "PractitionerRole" ] ;
fhir:display [ fhir:v "Practitioner Role" ] ] [
fhir:code [ fhir:v "RelatedPerson" ] ;
fhir:display [ fhir:v "Related Person" ] ] ) ] )
] . #