FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| hl7.fhir.be.core-clinical#current | BeModelProblem | Problem Logical Model |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include codes from
http://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 288524001
Source1
{
"resourceType": "ValueSet",
"id": "ProblemDiseaseCourseVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/ProblemDiseaseCourseVS",
"version": "1.1.0",
"name": "ProblemDiseaseCourseVS",
"title": "Condition Disease Course Value Set",
"status": "active",
"date": "2026-05-27T07:08:45+00:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be"
},
{
"system": "email",
"value": "message-structure@www.ehealth.fgov.be"
}
]
},
{
"name": "Message-Structure",
"telecom": [
{
"system": "email",
"value": "message-structure@www.ehealth.fgov.be",
"use": "work"
}
]
}
],
"description": "Condition Disease Course",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "288524001"
}
]
}
]
}
}