Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.1 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Pain Scale - JSON Representation

Active as of 2024-10-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pain-scale-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pain-scale-value-set</b></p><a name=\"pain-scale-value-set\"> </a><a name=\"hcpain-scale-value-set\"> </a><a name=\"pain-scale-value-set-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA131-5/\">LA131-5</a></td><td>No pain</td></tr><tr><td><a href=\"https://loinc.org/LA15111-0/\">LA15111-0</a></td><td>Mild pain</td></tr><tr><td><a href=\"https://loinc.org/LA135-6/\">LA135-6</a></td><td>Moderate pain</td></tr><tr><td><a href=\"https://loinc.org/LA15109-4/\">LA15109-4</a></td><td>Severe pain</td></tr></table></li></ul></div>"
  },
  "url" : "http://moh.gov.et/fhir/hiv/ValueSet/pain-scale-value-set",
  "version" : "1.0.1",
  "name" : "PainScaleValueSet",
  "title" : "Pain Scale",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-14T10:58:37+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 level of pain (pain scale).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "ET",
          "display" : "Ethiopia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA131-5",
            "display" : "No pain"
          },
          {
            "code" : "LA15111-0",
            "display" : "Mild pain"
          },
          {
            "code" : "LA135-6",
            "display" : "Moderate pain"
          },
          {
            "code" : "LA15109-4",
            "display" : "Severe pain"
          }
        ]
      }
    ]
  }
}