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

FHIR IG Statistics: ValueSet/blood-pressure-units

Packagesilfhirprofileig
TypeValueSet
Idblood-pressure-units
FHIR VersionR5
Sourcehttps://fhir.slade360.co.ke/fhir/https://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)
unitsofmeasure.orgUnified Code for Units of Measure

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


Source

{
  "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"
          }
        ]
      }
    ]
  }
}