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

FHIR IG Statistics: ValueSet/performerType

Packagehl7.fhir.uv.sdc
TypeValueSet
IdperformerType
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/ValueSet-performerType.html
URLhttp://hl7.org/fhir/uv/sdc/ValueSet/performerType
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameQuestionnairePerformerType
TitleQuestionnaire Performer Type
Realmuv
Authorityhl7
DescriptionList of resource types that can record answers to a Questionnaire.

Resources that use this resource

StructureDefinition
sdc-questionnaire-performerTypePerformer type
sdc-questionnaire-performerTypePerformer type

Resources that this resource uses

CodeSystem
resource-typesResource Type

Narrative

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

Generated Narrative: ValueSet performerType

  • Include these codes as defined in http://hl7.org/fhir/resource-types
    CodeDisplayDefinition
    PatientPatientDemographics and other administrative information about an individual or animal receiving care or other health-related services.
    PractitionerPractitionerA person who is directly or indirectly involved in the provisioning of healthcare.
    RelatedPersonRelatedPersonInformation 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": "performerType",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/ValueSet/performerType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.48.6"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "QuestionnairePerformerType",
  "title": "Questionnaire Performer Type",
  "status": "active",
  "experimental": false,
  "date": "2025-07-14T18:38:59+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "List of resource types that can record answers to a Questionnaire.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "concept": [
          {
            "code": "Patient",
            "display": "Patient"
          },
          {
            "code": "Practitioner",
            "display": "Practitioner"
          },
          {
            "code": "RelatedPerson",
            "display": "RelatedPerson"
          }
        ]
      }
    ]
  }
}