FHIR IG Statistics: ValueSet/performerType
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/resource-types
Code | Display | Definition |
Patient | Patient | Demographics and other administrative information about an individual or animal receiving care or other health-related services. |
Practitioner | Practitioner | A person who is directly or indirectly involved in the provisioning of healthcare. |
RelatedPerson | RelatedPerson | 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. |
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"
}
]
}
]
}
}