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

FHIR IG Statistics: ValueSet/IHE.PCC.mPSC.DataAbsentReason.VS

Packageihe.pcc.mpsc
TypeValueSet
IdIHE.PCC.mPSC.DataAbsentReason.VS
FHIR VersionR4
Sourcehttps://profiles.ihe.net/PCC/mPSC/https://build.fhir.org/ig/IHE/PCC.PCS/ValueSet-IHE.PCC.mPSC.DataAbsentReason.VS.html
URLhttps://profiles.ihe.net/PCC/mPSC/ValueSet/IHE.PCC.mPSC.DataAbsentReason.VS
Version2.0.0-draft
Statusdraft
Date2025-03-04T23:27:13+00:00
NameIHE_PCC_mPSC_DataAbsentReason_VS
TitleIHE PCC mPSC Data Absent Reason Value Set
Realmuv
Authorityihe
DescriptionThe set of Data Absent Reasons utilized on the mPSC profile elements.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
data-absent-reasonDataAbsentReason
v3-NullFlavorNullFlavor
data-absent-reasonDataAbsentReason
v3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: ValueSet IHE.PCC.mPSC.DataAbsentReason.VS

This value set includes codes based on the following rules:

  • Include all codes defined in http://terminology.hl7.org/CodeSystem/data-absent-reason
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    NINoInformation**Description:**The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.
    NAVtemporarily unavailableInformation is not available at this time but it is expected that it will be available later.
    ASKUasked but unknownInformation was sought but not found (e.g., patient was asked but didn't know)

Source

{
  "resourceType": "ValueSet",
  "id": "IHE.PCC.mPSC.DataAbsentReason.VS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PCC/mPSC/ValueSet/IHE.PCC.mPSC.DataAbsentReason.VS",
  "version": "2.0.0-draft",
  "name": "IHE_PCC_mPSC_DataAbsentReason_VS",
  "title": "IHE PCC mPSC Data Absent Reason Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-04T23:27:13+00:00",
  "publisher": "IHE Patient Care Coordination",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/patient_care_coordination/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Patient Care Coordination",
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    }
  ],
  "description": "The set of Data Absent Reasons utilized on the mPSC profile elements.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "NI",
            "display": "NoInformation"
          },
          {
            "code": "NAV",
            "display": "temporarily unavailable"
          },
          {
            "code": "ASKU",
            "display": "asked but unknown"
          }
        ]
      }
    ]
  }
}