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

FHIR IG Statistics: ValueSet/dl-category-vs

Packagehl7.fhir.uv.epi-test
TypeValueSet
Iddl-category-vs
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/epi-test/https://build.fhir.org/ig/cander2/epi-test/ValueSet-dl-category-vs.html
URLhttp://hl7.org/fhir/uv/epi-test/ValueSet/dl-category-vs
Version0.1.0
Statusactive
Date2024-04-04T11:50:47+00:00
NameDLCategoryVS
Realmuv
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
questi-dimens-csQuestionnaire example Dimensions

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "dl-category-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/epi-test/ValueSet/dl-category-vs",
  "version": "0.1.0",
  "name": "DLCategoryVS",
  "status": "active",
  "date": "2024-04-04T11:50:47+00:00",
  "contact": [
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/epi-test/CodeSystem/questi-dimens-cs",
        "concept": [
          {
            "code": "Low"
          },
          {
            "code": "Medium"
          },
          {
            "code": "High"
          }
        ]
      }
    ]
  }
}