FHIR IG analytics| Package | fhir.sisrme |
| Resource Type | CodeSystem |
| Id | CodeSystem-sisrme-index-contact-hiv-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-index-contact-hiv-status.html |
| URL | http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-index-contact-hiv-status |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMEIndexContactHIVStatus |
| Title | SIS-RME Index Contact HIV Status |
| Realm | us |
| Authority | hl7 |
| Description | HIV testing status/outcome recorded for an index contact (MISAU.B.DE34-39). |
| Content | complete |
| ValueSet | ||
| fhir.sisrme#current | sisrme-index-contact-hiv-status-vs | SIS-RME Index Contact HIV Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sisrme-index-contact-hiv-status
This case-sensitive code system http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-index-contact-hiv-status defines the following codes:
| Code | Display |
| hiv-positive-on-art | HIV Positive - on ART |
| hiv-positive-not-on-art | HIV Positive - not on ART |
| hiv-negative | HIV Negative |
| unknown | Unknown |
| refused-test | Refused Test |
| not-tested | Not [tested] |
{
"resourceType": "CodeSystem",
"id": "sisrme-index-contact-hiv-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-index-contact-hiv-status",
"version": "0.1.0",
"name": "SISRMEIndexContactHIVStatus",
"title": "SIS-RME Index Contact HIV Status",
"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": "HIV testing status/outcome recorded for an index contact (MISAU.B.DE34-39).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "MZ",
"display": "Mozambique"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 6,
"concept": [
{
"code": "hiv-positive-on-art",
"display": "HIV Positive - on ART"
},
{
"code": "hiv-positive-not-on-art",
"display": "HIV Positive - not on ART"
},
{
"code": "hiv-negative",
"display": "HIV Negative"
},
{
"code": "unknown",
"display": "Unknown"
},
{
"code": "refused-test",
"display": "Refused Test"
},
{
"code": "not-tested",
"display": "Not [tested]"
}
]
}