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

FHIR IG Statistics: ValueSet/bp-unit

Packageil.core.fhir.r4
Resource TypeValueSet
Idbp-unit
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.0&canonical=http://fhir.health.gov.il/ValueSet/bp-unit
URLhttp://fhir.health.gov.il/ValueSet/bp-unit
Statusactive
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


Source

{
  "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",
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "mm[Hg]",
            "display": "millimeter of mercury"
          }
        ]
      }
    ]
  }
}