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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeValueSet
IdValueSet-imm-pat-dose-unit-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-imm-pat-dose-unit-vs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/imm-pat-dose-unit-vs
Version0.1.0-ci-build
Statusdraft
Date2026-06-05T19:23:32+00:00
NameImmPatDoseUnitVS
TitleImmunosuppressant Dose Unit ValueSet
Realmeu
Authorityhl7
DescriptionAllowed UCUM dose units for immunosuppressant therapy records (DMv1.2 imm_pat.unit field).

Resources that use this resource

StructureDefinition
hl7.eu.fhir.protect-child#currentimm-patImmunosuppressant to Patient

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet imm-pat-dose-unit-vs

  • Include these codes as defined in http://unitsofmeasure.org version Not Stated (use latest from terminology server)
    CodeDisplay
    mg.kg-1mg/kg
    mg.m-2mg/m²
    mgmg

Source1

{
  "resourceType": "ValueSet",
  "id": "imm-pat-dose-unit-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/imm-pat-dose-unit-vs",
  "version": "0.1.0-ci-build",
  "name": "ImmPatDoseUnitVS",
  "title": "Immunosuppressant Dose Unit ValueSet",
  "status": "draft",
  "experimental": true,
  "date": "2026-06-05T19:23:32+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Allowed UCUM dose units for immunosuppressant therapy records (DMv1.2 imm_pat.unit field).",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "mg.kg-1",
            "display": "mg/kg"
          },
          {
            "code": "mg.m-2",
            "display": "mg/m²"
          },
          {
            "code": "mg",
            "display": "mg"
          }
        ]
      }
    ]
  }
}