FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/HIV.I.DE2

Packagesmart.who.int.hiv
TypeValueSet
IdHIV.I.DE2
FHIR VersionR4
Sourcehttp://smart.who.int/hiv/file://C:\work\release\source\output/ValueSet-HIV.I.DE2.html
URLhttp://smart.who.int/hiv/ValueSet/HIV.I.DE2
Version1.0.0
Statusactive
Date2025-07-08T23:21:58+02:00
NameHIVIDE2
TitleReason for referral ValueSet
Authoritywho
DescriptionValue set of reason why the client is being referred. If diagnosed, this may include the reason for the diagnosis.

Resources that use this resource

StructureDefinition
HIVIReferralHIV.I Referral

Resources that this resource uses

CodeSystem
HIVConceptsWHO SMART HIV Concepts CodeSystem

Narrative

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

Generated Narrative: ValueSet HIV.I.DE2

  • Include these codes as defined in http://smart.who.int/hiv/CodeSystem/HIVConcepts
    CodeDisplayDefinition
    HIV.I.DE3HospitalClient's clinical status warrants hospitalization
    HIV.I.DE4Referral for screening including diagnostics and lab testingThe client is referred because they need a lab test done and/or diagnostics done, but those services are unavailable at the current health facility or providers. This includes referral for TB screening (is symptomatic of TB, has had close contact with confirmed TB case, etc.) and other comorbidities or coinfections.
    HIV.I.DE5TB referralReferral for TB care
    HIV.I.DE6Antenatal care referralClient was referred because the client is pregnant
    HIV.I.DE7Referral for other general servicesIf none of the reasons above apply, this should be selected

Source

{
  "resourceType": "ValueSet",
  "id": "HIV.I.DE2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset",
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablevalueset",
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/hiv/ValueSet/HIV.I.DE2",
  "version": "1.0.0",
  "name": "HIVIDE2",
  "title": "Reason for referral ValueSet",
  "status": "active",
  "experimental": true,
  "date": "2025-07-08T23:21:58+02:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Value set of reason why the client is being referred. If diagnosed, this may include the reason for the diagnosis.",
  "compose": {
    "include": [
      {
        "system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "concept": [
          {
            "code": "HIV.I.DE3",
            "display": "Hospital"
          },
          {
            "code": "HIV.I.DE4",
            "display": "Referral for screening including diagnostics and lab testing"
          },
          {
            "code": "HIV.I.DE5",
            "display": "TB referral"
          },
          {
            "code": "HIV.I.DE6",
            "display": "Antenatal care referral"
          },
          {
            "code": "HIV.I.DE7",
            "display": "Referral for other general services"
          }
        ]
      }
    ]
  }
}