FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/subject-type

Packagehl7.fhir.uv.cqm
TypeValueSet
Idsubject-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cqm/https://build.fhir.org/ig/HL7/fhir-cqm/ValueSet-subject-type.html
URLhttp://hl7.org/fhir/uv/cqm/ValueSet/subject-type
Version4.0.0
Statusactive
Date2024-08-30
NameSubjectTypeValueSet
TitleSubject Type Value Set
Realmuv
Authorityhl7
DescriptionThis 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.

Resources that use this resource

StructureDefinition
cqm-computablemeasureCQM Computable Measure

Resources that this resource uses

CodeSystem
resource-typesResource Type

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet subject-type

This value set includes codes based on the following rules:

  • Import all the codes that are contained in Subject type
  • Include these codes as defined in http://hl7.org/fhir/resource-types
    CodeDisplayDefinition
    PractitionerRolePractitioner RoleA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.
    RelatedPersonRelated PersonInformation 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.

Source

{
  "resourceType": "ValueSet",
  "id": "subject-type",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}