FHIR IG analytics| Package | fhir.sisrme |
| Resource Type | CodeSystem |
| Id | CodeSystem-sisrme-patient-treatment-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-patient-treatment-status.html |
| URL | http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-patient-treatment-status |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMEPatientTreatmentStatus |
| Title | SIS-RME Patient Treatment Status |
| Realm | us |
| Authority | hl7 |
| Description | Whether a prescription is for a patient's first or a subsequent consultation, or for treatment initiation or maintenance (MISAU.E.DE212-214, DE246-248). |
| Content | complete |
| ValueSet | ||
| fhir.sisrme#current | sisrme-patient-treatment-status-vs | SIS-RME Patient Treatment Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sisrme-patient-treatment-status
This case-sensitive code system http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-patient-treatment-status defines the following codes:
| Code | Display |
| first-consultation | First consultation |
| subsequent-consultation | Subsequent consultation |
| initiation | Initiation |
| maintenance | Maintenance |
{
"resourceType": "CodeSystem",
"id": "sisrme-patient-treatment-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-patient-treatment-status",
"version": "0.1.0",
"name": "SISRMEPatientTreatmentStatus",
"title": "SIS-RME Patient Treatment 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": "Whether a prescription is for a patient's first or a subsequent consultation, or for treatment initiation or maintenance (MISAU.E.DE212-214, DE246-248).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "MZ",
"display": "Mozambique"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 4,
"concept": [
{
"code": "first-consultation",
"display": "First consultation"
},
{
"code": "subsequent-consultation",
"display": "Subsequent consultation"
},
{
"code": "initiation",
"display": "Initiation"
},
{
"code": "maintenance",
"display": "Maintenance"
}
]
}