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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-blood-pressure-units.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-blood-pressure-units.html
URLhttps://ocl-testing-api.savannahghi.org/fhir/ValueSet/blood-pressure-units
Version0.1.0
Statusactive
Date2024-11-26T09:29:27.572922Z
NameBloodPressureUnits
TitleBlood Pressure Units
DescriptionUnits used for measuring blood pressure.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet blood-pressure-units

Last updated: 2024-11-26 09:29:28+0000

  • Include these codes as defined in http://unitsofmeasure.org version Not Stated (use latest from terminology server)
    CodeDisplay
    mm[Hg]mm[Hg]
    kPakPa

Source1

{
  "resourceType": "ValueSet",
  "id": "blood-pressure-units",
  "meta": {
    "lastUpdated": "2024-11-26T09:29:28.203939Z"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}