FHIR IG Statistics: ValueSet/questionnaireAudience
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/us/davinci-dtr/CodeSystem/dtr-intendedaudience-codes
Code | Display | Definition |
clinical | Clinical Documentation | Details most likely to originate from a clinician are required to satisfy additional documentation requirements, determine coverage and/or prior auth applicability - e.g. via DTR by clinician. Indicates that the CRD client should expose the need to launch DTR to clinical users. |
admin | Administrative Documentation | Administrative details not likely to require clinical expertise are needed to satisfy additional documentation requirements, determine coverage and/or prior auth applicability - e.g. via DTR by back-end staff. Indicates that while the CRD client might expose the ability to launch DTR as an option for clinical users, it should be clear that clinical input is not necessary and deferring the use of DTR to back-end staff is perfectly appropriate. Some CRD clients might be configured (based on provider preference) to not even show clinicians the option to launch. |
patient | Patient Documentation | Details most likely to originate from the patient or their personal representative (e.g. parent, spouse, etc.) are required to satisfy additional documentation requirements, determine coverage and/or prior auth applicability. For example, information about household composition, accessibility considerations, etc. This should be used when the data needs to come from the patient themselves, rather than a clinician's assessment of the patient |
Source
{
"resourceType": "ValueSet",
"id": "questionnaireAudience",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
},
{
"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/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-dtr/ValueSet/questionnaireAudience",
"version": "2.2.0-ballot",
"name": "DTRAudience",
"title": "Audience Value Set",
"status": "active",
"experimental": false,
"date": "2025-07-25T15:29:13+00:00",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"name": "HL7 International / Clinical Decision Support",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "Codes defining audience of additional documentation to be captured",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/us/davinci-dtr/CodeSystem/dtr-intendedaudience-codes",
"concept": [
{
"code": "clinical"
},
{
"code": "admin"
},
{
"code": "patient"
}
]
}
]
}
}