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

FHIR IG analytics

Packagefhir.sisrme
Resource TypeCodeSystem
IdCodeSystem-sisrme-regimen-line.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/SIS-RME-FHIR-Implementation-Guide/CodeSystem-sisrme-regimen-line.html
URLhttp://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-regimen-line
Version0.1.0
Statusdraft
Date2026-09-21T07:37:12+00:00
NameSISRMERegimenLine
TitleSIS-RME ART Regimen Line
Realmus
Authorityhl7
DescriptionWhich line of ART regimen a change/alternative applies to (MISAU.C, Alternative & Line Treatment section).
Contentcomplete

Resources that use this resource

ValueSet
fhir.sisrme#currentsisrme-regimen-line-vsSIS-RME ART Regimen Line 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-regimen-line

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

CodeDisplay
first-line-alternative 1st Line Alternative
second-line 2nd Line
third-line 3rd Line

Source1

{
  "resourceType": "CodeSystem",
  "id": "sisrme-regimen-line",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://misau.gov.mz/fhir/sis-rme/CodeSystem/sisrme-regimen-line",
  "version": "0.1.0",
  "name": "SISRMERegimenLine",
  "title": "SIS-RME ART Regimen Line",
  "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": "Which line of ART regimen a change/alternative applies to (MISAU.C, Alternative & Line Treatment section).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "MZ",
          "display": "Mozambique"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "first-line-alternative",
      "display": "1st Line Alternative"
    },
    {
      "code": "second-line",
      "display": "2nd Line"
    },
    {
      "code": "third-line",
      "display": "3rd Line"
    }
  ]
}