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

FHIR IG Statistics: ValueSet/SDOHCC-ValueSetObservationDataAbsentReason

Packagehl7.fhir.us.sdoh-clinicalcare
TypeValueSet
IdSDOHCC-ValueSetObservationDataAbsentReason
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/ValueSet-SDOHCC-ValueSetObservationDataAbsentReason.html
URLhttp://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetObservationDataAbsentReason
Version2.3.0
Statusactive
Date2025-05-15T12:39:20+00:00
NameSDOHCCValueSetObservationDataAbsentReason
TitleSDOHCC ValueSet Observation DataAbsentReason
Realmus
Authorityhl7
DescriptionCodes for the reason an observation does not have a value.

Resources that use this resource

StructureDefinition
SDOHCC-ObservationEthnicityOMBSDOHCC Observation Ethnicity OMB
SDOHCC-ObservationRaceOMBSDOHCC Observation Race OMB

Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason
data-absent-reasonDataAbsentReason

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet SDOHCC-ValueSetObservationDataAbsentReason

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/data-absent-reason version 1.0.0
    CodeDisplayDefinition
    unknownUnknownThe value is expected to exist but is not known.
    asked-unknownAsked But UnknownThe source was asked but does not know the value.
    temp-unknownTemporarily UnknownThere is reason to expect (from the workflow) that the value may become known.
    not-askedNot askedThe workflow didn't lead to this value being known.
    asked-declinedAsked But DeclinedThe source was asked but declined to answer.
    maskedMaskedThe 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"
          }
        ]
      }
    ]
  }
}