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

FHIR IG Statistics: ValueSet/ADINoHealthcareAgentIncludedReasonVS

Packagehl7.fhir.us.pacio-adi
TypeValueSet
IdADINoHealthcareAgentIncludedReasonVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-adi/https://build.fhir.org/ig/HL7/fhir-pacio-adi/ValueSet-ADINoHealthcareAgentIncludedReasonVS.html
URLhttp://hl7.org/fhir/us/pacio-adi/ValueSet/ADINoHealthcareAgentIncludedReasonVS
Version2.0.0
Statusactive
Date2025-07-21T15:40:21+00:00
NameADINoHealthcareAgentIncludedReasonVS
TitleNo Healthcare Agent Included Reason
Realmus
Authorityhl7
DescriptionIncludes data absent reason concepts to express why a Healthcare Agent is not included.

Resources that use this resource

StructureDefinition
ADI-PACPCompositionADI PtAuthored Composition

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 ADINoHealthcareAgentIncludedReasonVS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/data-absent-reason
    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.
    not-applicableNot ApplicableThere is no proper value for this element (e.g. last menstrual period for a male).
    unsupportedUnsupportedThe 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"
          }
        ]
      }
    ]
  }
}