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

FHIR IG Statistics: ValueSet/DiagnosisCategoryValueSet

Packagehealthhub.fhir
Resource TypeValueSet
IdDiagnosisCategoryValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthhub.fhir@2.0.5&canonical=https://healthhub.dk/fhir/ValueSet/diagnosis-category
URLhttps://healthhub.dk/fhir/ValueSet/diagnosis-category
Version4.1.0
Statusactive
Date2024-09-23T00:00:00+00:00
NameHealth Hub DiagnosisCategory
TitleHealth Hub DiagnosisCategory
Realmdk
DescriptionThe categories are: current, relevant, other, unknown.

Resources that use this resource

StructureDefinition
healthhub-conditionHealth Hub Condition Profile

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "DiagnosisCategoryValueSet",
  "url": "https://healthhub.dk/fhir/ValueSet/diagnosis-category",
  "version": "4.1.0",
  "name": "Health Hub DiagnosisCategory",
  "title": "Health Hub DiagnosisCategory",
  "status": "active",
  "experimental": false,
  "date": "2024-09-23T00:00:00+00:00",
  "publisher": "HealthHub Denmark",
  "description": "The categories are: current, relevant, other, unknown.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://healthhub.dk/fhir/CodeSystem/diagnosis-category",
        "concept": [
          {
            "code": "current",
            "display": "current"
          },
          {
            "code": "relevant",
            "display": "relevant"
          },
          {
            "code": "other",
            "display": "other"
          },
          {
            "code": "unknown",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}