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

FHIR IG analytics

Packagefhir.sisrme
Resource TypeCodeSystem
IdCodeSystem-sisrme-newborn-weight-category.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-newborn-weight-category.html
URLhttp://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-newborn-weight-category
Version0.1.0
Statusdraft
Date2026-09-21T07:37:12+00:00
NameSISRMENewbornWeightCategory
TitleSIS-RME Newborn Weight Category (previous pregnancy)
Realmus
Authorityhl7
DescriptionNewborn weight category from a previous pregnancy (MISAU.D, Obstetric History).
Contentcomplete

Resources that use this resource

ValueSet
fhir.sisrme#currentsisrme-newborn-weight-category-vsSIS-RME Newborn Weight Category (previous pregnancy) Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem sisrme-newborn-weight-category

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

CodeDisplay
under-2500g Weight < 2500 g
over-4000g Weight > 4000 g

Source1

{
  "resourceType": "CodeSystem",
  "id": "sisrme-newborn-weight-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-newborn-weight-category",
  "version": "0.1.0",
  "name": "SISRMENewbornWeightCategory",
  "title": "SIS-RME Newborn Weight Category (previous pregnancy)",
  "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": "Newborn weight category from a previous pregnancy (MISAU.D, Obstetric History).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "MZ",
          "display": "Mozambique"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "under-2500g",
      "display": "Weight < 2500 g"
    },
    {
      "code": "over-4000g",
      "display": "Weight > 4000 g"
    }
  ]
}