SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: Blood Pressure Units - JSON Representation

Active as of 2024-11-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "blood-pressure-units",
  "meta" : {
    "lastUpdated" : "2024-11-26T09:29:28.203939Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet blood-pressure-units</b></p><a name=\"blood-pressure-units\"> </a><a name=\"hcblood-pressure-units\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-11-26 09:29:28+0000</p></div><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>mm[Hg]</td><td style=\"color: #cccccc\">mm[Hg]</td></tr><tr><td>kPa</td><td style=\"color: #cccccc\">kPa</td></tr></table></li></ul></div>"
  },
  "url" : "https://ocl-testing-api.savannahghi.org/fhir/ValueSet/blood-pressure-units",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ],
        "text" : "Accession ID"
      },
      "system" : "https://ocl-testing-api.savannahghi.org",
      "value" : "/orgs/SIL/ValueSet/blood-pressure-units/"
    }
  ],
  "version" : "0.1.0",
  "name" : "BloodPressureUnits",
  "title" : "Blood Pressure Units",
  "status" : "active",
  "date" : "2024-11-26T09:29:27.572922Z",
  "publisher" : "Kathurima Kimathi",
  "contact" : [
    {
      "name" : "Kathurima Kimathi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system" : "email",
          "value" : "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name" : "Oscar John",
      "telecom" : [
        {
          "system" : "email",
          "value" : "oscarjohnotieno@gmail.com",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "Kennedy Omondi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kennankole@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Units used for measuring blood pressure.",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "mm[Hg]"
          },
          {
            "code" : "kPa"
          }
        ]
      }
    ]
  }
}