FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cqfmeasures.r4b
Resource TypeValueSet
IdValueSet-subject-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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.

Source1

{
  "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/us/cqfmeasures/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"
          }
        ]
      }
    ]
  }
}