FHIR IG analytics
| Package | fhir.sisrme |
| Resource Type | ValueSet |
| Id | ValueSet-sisrme-tb-condition-code-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/ValueSet-sisrme-tb-condition-code-vs.html |
| URL | http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-tb-condition-code-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMETBConditionCodeVS |
| Title | SIS-RME TB Condition Code |
| Realm | us |
| Authority | hl7 |
| Description | Tuberculosis diagnosis codes, reusing the ICD-10 Tuberculosis chapter (A15-A19) 3-character category codes. A15 (respiratory TB, bacteriologically/histologically confirmed) is cited directly in the source data dictionary for MISAU.TB.DE.81 (Bacteriologically confirmed). 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 (ICD-10 content is licensed by WHO); implementers needing full 4th/5th-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 |
| A15 | Respiratory tuberculosis, bacteriologically and histologically confirmed | Respiratory tuberculosis, bacteriologically and histologically confirmed |
| A16 | Respiratory tuberculosis, not confirmed bacteriologically or histologically | Respiratory tuberculosis, not confirmed bacteriologically or histologically |
| A17 | Tuberculosis of nervous system | Tuberculosis of nervous system |
| A18 | Tuberculosis of other organs | Tuberculosis of other organs |
| A19 | Miliary tuberculosis | Miliary tuberculosis |
Source1
{
"resourceType": "ValueSet",
"id": "sisrme-tb-condition-code-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/ValueSet/sisrme-tb-condition-code-vs",
"version": "0.1.0",
"name": "SISRMETBConditionCodeVS",
"title": "SIS-RME TB Condition 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": "Tuberculosis diagnosis codes, reusing the ICD-10 Tuberculosis chapter (A15-A19) 3-character category codes. A15 (respiratory TB, bacteriologically/histologically confirmed) is cited directly in the source data dictionary for MISAU.TB.DE.81 (Bacteriologically confirmed). 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 (ICD-10 content is licensed by WHO); implementers needing full 4th/5th-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": "A15",
"display": "Respiratory tuberculosis, bacteriologically and histologically confirmed"
},
{
"code": "A16",
"display": "Respiratory tuberculosis, not confirmed bacteriologically or histologically"
},
{
"code": "A17",
"display": "Tuberculosis of nervous system"
},
{
"code": "A18",
"display": "Tuberculosis of other organs"
},
{
"code": "A19",
"display": "Miliary tuberculosis"
}
]
}
]
}
}