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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeValueSet
IdValueSet-ehealth-treatment-area-xc-1.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-ehealth-treatment-area-xc-1.html
URLhttp://ehealth.sundhed.dk/vs/ehealth-treatment-area-xc-1
Version9.0.1
Statusactive
Date2026-01-09T09:00:00+00:00
NameDepression
TitleDepression (treatment area)
Realmdk
DescriptionTreatment area for depression conditions (xc).

Resources that use this resource

ValueSet
dk.ehealth.sundhed.fhir.ig.core#currentehealth-treatment-area-collection-xcTreatment Area Collection xc

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currenturn:oid:1.2.208.176.2.4Sundhedsvæsenets klassifikationssystem (SKS)

Narrative

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

Generated Narrative: ValueSet ehealth-treatment-area-xc-1

  • Include these codes as defined in urn:oid:1.2.208.176.2.4 version 📦9.0.1
    CodeDisplay
    DF320Depressiv enkeltepisode af lettere grad
    DF321Depressiv enkeltepisode af moderat grad
    DF330Periodisk depression i episode af lettere grad
    DF331Periodisk depression i episode af moderat grad

Source1

{
  "resourceType": "ValueSet",
  "id": "ehealth-treatment-area-xc-1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/ehealth-treatment-area-xc-1",
  "version": "9.0.1",
  "name": "Depression",
  "title": "Depression (treatment area)",
  "status": "active",
  "experimental": false,
  "date": "2026-01-09T09:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Treatment area for depression conditions (xc).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "urn:oid:1.2.208.176.2.4",
        "concept": [
          {
            "code": "DF320"
          },
          {
            "code": "DF321"
          },
          {
            "code": "DF330"
          },
          {
            "code": "DF331"
          }
        ]
      }
    ]
  }
}