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

FHIR IG Statistics: ValueSet/performerType

Packagehl7.fhir.uv.sdc.r4b
TypeValueSet
IdperformerType
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/ValueSet-performerType.html
URLhttp://hl7.org/fhir/uv/sdc/ValueSet/performerType
Version3.0.0
Statusdraft
Date2022-03-08T18:37:19+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

  • 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-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/ValueSet/performerType",
  "version": "3.0.0",
  "name": "QuestionnairePerformerType",
  "title": "Questionnaire Performer Type",
  "status": "draft",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "concept": [
          {
            "code": "Patient",
            "display": "Patient"
          },
          {
            "code": "Practitioner",
            "display": "Practitioner"
          },
          {
            "code": "RelatedPerson",
            "display": "RelatedPerson"
          }
        ]
      }
    ]
  }
}