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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeValueSet
IdValueSet-bp-unit.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.19.1&canonical=http://fhir.health.gov.il/ValueSet/bp-unit
URLhttp://fhir.health.gov.il/ValueSet/bp-unit
Version0.19.1
Statusactive
Date2025-09-04
NameBPUnit
TitleBlood Pressure Unit code
Realmil
Authoritynational
DescriptionA single unit code for blood presssure observations reporting

Resources that use this resource

StructureDefinition
il-core-vital-signsILCore Vital Signs Profile

Resources that this resource uses

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

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "BPUnit",
  "id": "bp-unit",
  "title": "Blood Pressure Unit code",
  "description": "A single unit code for blood presssure observations reporting",
  "url": "http://fhir.health.gov.il/ValueSet/bp-unit",
  "version": "0.19.1",
  "publisher": "Israel Core Team",
  "date": "2025-09-04",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "mm[Hg]",
            "display": "millimeter of mercury"
          }
        ]
      }
    ]
  }
}