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

FHIR IG Statistics: ValueSet/ProblemDiseaseCourseVS

Packagehl7.fhir.be.problem
TypeValueSet
IdProblemDiseaseCourseVS
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/problem/https://build.fhir.org/ig/hl7-be/problem/ValueSet-ProblemDiseaseCourseVS.html
URLhttps://www.ehealth.fgov.be/standards/fhir/problem/ValueSet/ProblemDiseaseCourseVS
Version0.1.0
Statusactive
Date2025-05-17T20:08:02+00:00
NameProblemDiseaseCourseVS
TitleCondition Disease Course Value Set
Realmbe
Authorityhl7
DescriptionCondition Disease Course

Resources that use this resource

StructureDefinition
BeModelProblemProblem Logical Model

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ValueSet ProblemDiseaseCourseVS


Source

{
  "resourceType": "ValueSet",
  "id": "ProblemDiseaseCourseVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/problem/ValueSet/ProblemDiseaseCourseVS",
  "version": "0.1.0",
  "name": "ProblemDiseaseCourseVS",
  "title": "Condition Disease Course Value Set",
  "status": "active",
  "date": "2025-05-17T20:08:02+00:00",
  "publisher": "My Organization",
  "contact": [
    {
      "name": "My Organization",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "Bob Smith",
      "telecom": [
        {
          "system": "email",
          "value": "bobsmith@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Condition Disease Course",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "288524001"
          }
        ]
      }
    ]
  }
}