FHIR IG analytics
| Package | fhir.sisrme |
| Resource Type | ValueSet |
| Id | ValueSet-sisrme-syphilis-condition-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/ValueSet-sisrme-syphilis-condition-vs.html |
| URL | http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-syphilis-condition-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMESyphilisConditionVS |
| Title | SIS-RME Syphilis Diagnosis Code |
| Realm | us |
| Authority | hl7 |
| 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. |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| fhir.tx.support#1.0.1 | icd-10 | ICD-10-EN |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/sid/icd-10 version ⏿2019-covid-expanded| Code | Display | Definition |
| A50 | Congenital syphilis | Congenital syphilis |
| A51 | Early syphilis | Early syphilis |
| A52 | Late syphilis | Late syphilis |
| A53 | Other and unspecified syphilis | Other 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"
}
]
}
]
}
}