FHIR IG Statistics: ValueSet/SDOHCC-ValueSetObservationDataAbsentReason
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
version 1.0.0
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. |
masked | Masked | The information is not available due to security, privacy or related reasons. |
Source
{
"resourceType": "ValueSet",
"id": "SDOHCC-ValueSetObservationDataAbsentReason",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
}
]
}
},
{
"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/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetObservationDataAbsentReason",
"version": "2.3.0",
"name": "SDOHCCValueSetObservationDataAbsentReason",
"title": "SDOHCC ValueSet Observation DataAbsentReason",
"status": "active",
"experimental": false,
"date": "2025-05-15T12:39:20+00:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
},
{
"system": "email",
"value": "patientcare@lists.hl7.org"
}
]
}
],
"description": "Codes for the reason an observation does not have a value.",
"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",
"version": "1.0.0",
"concept": [
{
"code": "unknown",
"display": "Unknown"
},
{
"code": "asked-unknown",
"display": "Asked But Unknown"
},
{
"code": "temp-unknown",
"display": "Temporarily Unknown"
},
{
"code": "not-asked",
"display": "Not asked"
},
{
"code": "asked-declined",
"display": "Asked But Declined"
},
{
"code": "masked",
"display": "Masked"
}
]
}
]
}
}