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

FHIR IG analytics

Packagefhir.sisrme
Resource TypeValueSet
IdValueSet-sisrme-syphilis-condition-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/ValueSet-sisrme-syphilis-condition-vs.html
URLhttp://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-syphilis-condition-vs
Version0.1.0
Statusdraft
Date2026-09-21T07:37:12+00:00
NameSISRMESyphilisConditionVS
TitleSIS-RME Syphilis Diagnosis Code
Realmus
Authorityhl7
DescriptionSyphilis diagnosis codes, reusing the ICD-10 Syphilis chapter (A50-A53) 3-character category codes (MISAU.D.DE88, DE164, DE251). Enumerated directly rather than via an is-a hierarchy filter, since ICD-10 subsumption/expansion support is not reliably available from public FHIR terminology servers; implementers needing full 4th-character specificity should bind to a locally-loaded ICD-10 code system instead.

Resources that use this resource

StructureDefinition
fhir.sisrme#currentsisrme-newborn-infection-screeningNewborn Infection Screening
fhir.sisrme#currentsisrme-postpartum-syphilis-assessmentPostpartum Syphilis Assessment

Resources that this resource uses

CodeSystem
fhir.tx.support#1.0.1icd-10ICD-10-EN

Narrative

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

Generated Narrative: ValueSet sisrme-syphilis-condition-vs

  • Include these codes as defined in http://hl7.org/fhir/sid/icd-10 version ⏿2019-covid-expanded
    CodeDisplayDefinition
    A50Congenital syphilisCongenital syphilis
    A51Early syphilisEarly syphilis
    A52Late syphilisLate syphilis
    A53Other and unspecified syphilisOther and unspecified syphilis

Source1

{
  "resourceType": "ValueSet",
  "id": "sisrme-syphilis-condition-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-syphilis-condition-vs",
  "version": "0.1.0",
  "name": "SISRMESyphilisConditionVS",
  "title": "SIS-RME Syphilis Diagnosis Code",
  "status": "draft",
  "experimental": true,
  "date": "2026-09-21T07:37:12+00:00",
  "publisher": "intellisoftkenya",
  "contact": [
    {
      "name": "intellisoftkenya",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/TODO-intellisoftkenya-website"
        }
      ]
    }
  ],
  "description": "Syphilis diagnosis codes, reusing the ICD-10 Syphilis chapter (A50-A53) 3-character category codes (MISAU.D.DE88, DE164, DE251). Enumerated directly rather than via an is-a hierarchy filter, since ICD-10 subsumption/expansion support is not reliably available from public FHIR terminology servers; implementers needing full 4th-character specificity should bind to a locally-loaded ICD-10 code system instead.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "MZ",
          "display": "Mozambique"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "concept": [
          {
            "code": "A50",
            "display": "Congenital syphilis"
          },
          {
            "code": "A51",
            "display": "Early syphilis"
          },
          {
            "code": "A52",
            "display": "Late syphilis"
          },
          {
            "code": "A53",
            "display": "Other and unspecified syphilis"
          }
        ]
      }
    ]
  }
}