FHIR IG Statistics: ValueSet/ADINoHealthcareAgentIncludedReasonVS
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://terminology.hl7.org/CodeSystem/data-absent-reason
Code | Display | Definition |
unknown | Unknown | The value is expected to exist but is not known. |
asked-unknown | Asked But Unknown | The source was asked but does not know the value. |
temp-unknown | Temporarily Unknown | There is reason to expect (from the workflow) that the value may become known. |
not-asked | Not Asked | The workflow didn't lead to this value being known. |
asked-declined | Asked But Declined | The source was asked but declined to answer. |
not-applicable | Not Applicable | There is no proper value for this element (e.g. last menstrual period for a male). |
unsupported | Unsupported | The source system wasn't capable of supporting this element. |
Source
{
"resourceType": "ValueSet",
"id": "ADINoHealthcareAgentIncludedReasonVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pe"
}
],
"url": "http://hl7.org/fhir/us/pacio-adi/ValueSet/ADINoHealthcareAgentIncludedReasonVS",
"version": "2.0.0",
"name": "ADINoHealthcareAgentIncludedReasonVS",
"title": "No Healthcare Agent Included Reason",
"status": "active",
"experimental": false,
"date": "2025-07-21T15:40:21+00:00",
"publisher": "HL7 International / Patient Empowerment",
"contact": [
{
"name": "HL7 International / Patient Empowerment",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientempowerment"
},
{
"system": "email",
"value": "patients@lists.HL7.org"
}
]
}
],
"description": "Includes data absent reason concepts to express why a Healthcare Agent is not included.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"concept": [
{
"code": "unknown"
},
{
"code": "asked-unknown"
},
{
"code": "temp-unknown"
},
{
"code": "not-asked"
},
{
"code": "asked-declined"
},
{
"code": "not-applicable"
},
{
"code": "unsupported"
}
]
}
]
}
}