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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeValueSet
IdValueSet-referral-reason-value-set.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jembi/ethiopia-hiv/ValueSet-referral-reason-value-set.html
URLhttp://moh.gov.et/fhir/hiv/ValueSet/referral-reason-value-set
Version1.0.1
Statusactive
Date2026-02-09T05:22:58+00:00
NameReferralReasonValueSet
TitleReferral Reason
DescriptionCodes used for representing the reason for referral.

Resources that use this resource

StructureDefinition
referral-in-service-requestService Request - Incoming Referral Information

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet referral-reason-value-set

This value set includes codes based on the following rules:

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    63936-9Start date of treatment or therapy
    45231-8HIV treatment prior to enrollment
    LA6517-2Currently being treated and transferred in with treatment records from within system.
    LA6519-8Prior ARV treatment, but not transfer in with records, or client not abel to provide information.
  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    410524007Was not started

Source1

{
  "resourceType": "ValueSet",
  "id": "referral-reason-value-set",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/hiv/ValueSet/referral-reason-value-set",
  "version": "1.0.1",
  "name": "ReferralReasonValueSet",
  "title": "Referral Reason",
  "status": "active",
  "experimental": false,
  "date": "2026-02-09T05:22:58+00:00",
  "publisher": "Jembi Health Systems",
  "contact": [
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.jembi.org"
        },
        {
          "system": "email",
          "value": "info@jembi.org"
        }
      ]
    },
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "email",
          "value": "info@jembi.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes used for representing the reason for referral.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "ET",
          "display": "Ethiopia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "63936-9",
            "display": "Start date of treatment or therapy"
          },
          {
            "code": "45231-8",
            "display": "HIV treatment prior to enrollment"
          },
          {
            "code": "LA6517-2",
            "display": "Currently being treated and transferred in with treatment records from within system."
          },
          {
            "code": "LA6519-8",
            "display": "Prior ARV treatment, but not transfer in with records, or client not abel to provide information."
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "410524007",
            "display": "Was not started"
          }
        ]
      }
    ]
  }
}