FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.xpandh.hdr
Resource TypeValueSet
IdValueSet-hdr-condition-mandatory-xpandh-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/xpandh-hdr/ValueSet-hdr-condition-mandatory-xpandh-vs.html
URLhttp://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/hdr-condition-mandatory-xpandh-vs
Version0.1.0
Statusdraft
Date2026-01-16T10:51:34+00:00
NameHdrConditionMandatoryXpandhVS
TitleMandatory Condition Value Set
Realmeu
Authorityhl7
DescriptionHospital Discharge Report Mandatory Condition value set includes selected codes from recommended EU code systems for health conditions (WHO-ICD-10, SNOMED CT and Orphacodes) and IPS Absent and Unknown Data.
CopyrightUsed by permission of the XpanDH project, all rights reserved Creative Commons License

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG
ValueSet
hdr-condition-xpandh-vsCondition Value Set

Narrative

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

Generated Narrative: ValueSet hdr-condition-mandatory-xpandh-vs

This value set includes codes based on the following rules:

  • Import all the codes that are contained in Condition Value Set
  • Include these codes as defined in http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips version 📦1.1.0
    CodeDisplayDefinition
    no-problem-infoNo information about problemsThere is no information available about the subject's health problems or disabilities.
    no-known-problemsNo known problemsThe subject is not known to have any health problems or disabilities that have to be reported in this record. This can mean either that there are none known, or that those known are not relevant for the purpose of this record.
  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    385432009Not applicable

Source1

{
  "resourceType": "ValueSet",
  "id": "hdr-condition-mandatory-xpandh-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/hdr-condition-mandatory-xpandh-vs",
  "version": "0.1.0",
  "name": "HdrConditionMandatoryXpandhVS",
  "title": "Mandatory Condition Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-16T10:51:34+00:00",
  "publisher": "XpanDH Project",
  "contact": [
    {
      "name": "XpanDH Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report Mandatory Condition value set includes selected codes from recommended EU code systems for health conditions (WHO-ICD-10, SNOMED CT and Orphacodes) and IPS Absent and Unknown Data.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of the XpanDH project, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/hdr-condition-xpandh-vs"
        ]
      },
      {
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips",
        "concept": [
          {
            "code": "no-problem-info",
            "display": "No information about problems"
          },
          {
            "code": "no-known-problems",
            "display": "No known problems"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "385432009",
            "display": "Not applicable"
          }
        ]
      }
    ]
  }
}