FHIR IG analytics| Package | fhir.sisrme |
| Resource Type | CodeSystem |
| Id | CodeSystem-sisrme-allergy-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-allergy-type.html |
| URL | http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-allergy-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-09-21T07:37:12+00:00 |
| Name | SISRMEAllergyType |
| Title | SIS-RME Allergy Type (prenatal) |
| Realm | us |
| Authority | hl7 |
| Description | Allergies recorded at a prenatal consultation (MISAU.D, Allergy). |
| Content | complete |
| ValueSet | ||
| fhir.sisrme#current | sisrme-allergy-type-vs | SIS-RME Allergy Type (prenatal) Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sisrme-allergy-type
This case-sensitive code system http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-allergy-type defines the following codes:
| Code | Display |
| cotrimoxazole | Cotrimoxazole Allergy |
| penicillin | Penicillin Allergy |
| sulfadoxine-pyrimethamine | Sulfadoxine/Pyrimethamine Allergy |
| other | Other Allergy |
{
"resourceType": "CodeSystem",
"id": "sisrme-allergy-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-allergy-type",
"version": "0.1.0",
"name": "SISRMEAllergyType",
"title": "SIS-RME Allergy Type (prenatal)",
"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": "Allergies recorded at a prenatal consultation (MISAU.D, Allergy).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "MZ",
"display": "Mozambique"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 4,
"concept": [
{
"code": "cotrimoxazole",
"display": "Cotrimoxazole Allergy"
},
{
"code": "penicillin",
"display": "Penicillin Allergy"
},
{
"code": "sulfadoxine-pyrimethamine",
"display": "Sulfadoxine/Pyrimethamine Allergy"
},
{
"code": "other",
"display": "Other Allergy"
}
]
}