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

FHIR IG analytics

Packagepipeline-test
Resource TypeValueSet
IdValueSet-be-condition-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/pipeline-test/ValueSet-be-condition-codes.html
URLhttps://hl7-be.github.io/pipeline-test/ValueSet/be-condition-codes
Version0.1.0
Statusactive
Date2026-03-09T20:00:59+00:00
NameBelgianConditionCodesSNOMED
TitleBelgian Condition Codes (SNOMED CT)
Realmbe
DescriptionA value set containing SNOMED CT codes commonly used in Belgian clinical practice for documenting patient conditions.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet be-condition-codes


Source1

{
  "resourceType": "ValueSet",
  "id": "be-condition-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7-be.github.io/pipeline-test/ValueSet/be-condition-codes",
  "version": "0.1.0",
  "name": "BelgianConditionCodesSNOMED",
  "title": "Belgian Condition Codes (SNOMED CT)",
  "status": "active",
  "experimental": true,
  "date": "2026-03-09T20:00:59+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": "A value set containing SNOMED CT codes commonly used in Belgian clinical practice for documenting patient conditions.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "54586004",
            "display": "Lower abdominal pain"
          },
          {
            "code": "91939003",
            "display": "Allergy to sulfonamide"
          },
          {
            "code": "20262006",
            "display": "Ataxia"
          },
          {
            "code": "38341003",
            "display": "High blood pressure"
          },
          {
            "code": "73211009",
            "display": "Diabetes mellitus"
          },
          {
            "code": "195967001",
            "display": "Asthma"
          }
        ]
      }
    ]
  }
}