FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.sisrme
Resource TypeCodeSystem
IdCodeSystem-sisrme-document-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-document-type.html
URLhttp://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-document-type
Version0.1.0
Statusdraft
Date2026-09-21T07:37:12+00:00
NameSISRMEDocumentType
TitleSIS-RME Identification Document Type (local codes)
Realmus
Authorityhl7
DescriptionMozambique-specific identification document types from MOZ.Registration.DE.35-42 that have no equivalent concept in the HL7 v2-0203 Identifier Type code system. Passport, Driver's License and Identity Card are represented instead by v2-0203 codes PPN, DL and NI respectively; see SISRMEDocumentTypeVS.
Contentcomplete

Resources that use this resource

ValueSet
fhir.sisrme#currentsisrme-document-type-vsSIS-RME Identification Document Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem sisrme-document-type

This case-sensitive code system http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-document-type defines the following codes:

CodeDisplay
birth-certificate Birth Certificate
voter-registration-card Voter Registration Card
dire DIRE (Documento de Identificação e Residência para Estrangeiros)
no-document No document

Source1

{
  "resourceType": "CodeSystem",
  "id": "sisrme-document-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-document-type",
  "version": "0.1.0",
  "name": "SISRMEDocumentType",
  "title": "SIS-RME Identification Document Type (local codes)",
  "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": "Mozambique-specific identification document types from MOZ.Registration.DE.35-42 that have no equivalent concept in the HL7 v2-0203 Identifier Type code system. Passport, Driver's License and Identity Card are represented instead by v2-0203 codes PPN, DL and NI respectively; see SISRMEDocumentTypeVS.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "MZ",
          "display": "Mozambique"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "birth-certificate",
      "display": "Birth Certificate"
    },
    {
      "code": "voter-registration-card",
      "display": "Voter Registration Card"
    },
    {
      "code": "dire",
      "display": "DIRE (Documento de Identificação e Residência para Estrangeiros)"
    },
    {
      "code": "no-document",
      "display": "No document"
    }
  ]
}