FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| hl7.eu.fhir.protect-child#current | imm-pat | Immunosuppressant to Patient |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2 | unitsofmeasure.org | Unified Code for Units of Measure (UCUM) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://unitsofmeasure.org version Not Stated (use latest from terminology server)| Code | Display |
| mg.kg-1 | mg/kg |
| mg.m-2 | mg/m² |
| mg | mg |
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"
}
]
}
]
}
}