FHIR IG analytics| Package | fhir.sisrme |
| Resource Type | CodeSystem |
| Id | CodeSystem-sisrme-general-visit-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-general-visit-status.html |
| URL | http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-general-visit-status |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMEGeneralVisitStatus |
| Title | SIS-RME General Module Visit Status |
| Realm | us |
| Authority | hl7 |
| Description | A patient's status within a scheduled visit (MISAU.G.DE40 and options). |
| Content | complete |
| ValueSet | ||
| fhir.sisrme#current | sisrme-general-visit-status-vs | SIS-RME General Module Visit Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sisrme-general-visit-status
This case-sensitive code system http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-general-visit-status defines the following codes:
| Code | Display |
| on-hold | On hold |
| triaged | Triaged |
| under-observation | Under Observation |
| discharged | High (discharged) |
| so | SO |
| hospitalized | Hospitalized |
| absent | Absent |
| death | Death |
| self-completion | Self-completion |
{
"resourceType": "CodeSystem",
"id": "sisrme-general-visit-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-general-visit-status",
"version": "0.1.0",
"name": "SISRMEGeneralVisitStatus",
"title": "SIS-RME General Module Visit 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": "A patient's status within a scheduled visit (MISAU.G.DE40 and options).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "MZ",
"display": "Mozambique"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 9,
"concept": [
{
"code": "on-hold",
"display": "On hold"
},
{
"code": "triaged",
"display": "Triaged"
},
{
"code": "under-observation",
"display": "Under Observation"
},
{
"code": "discharged",
"display": "High (discharged)"
},
{
"code": "so",
"display": "SO"
},
{
"code": "hospitalized",
"display": "Hospitalized"
},
{
"code": "absent",
"display": "Absent"
},
{
"code": "death",
"display": "Death"
},
{
"code": "self-completion",
"display": "Self-completion"
}
]
}