US Veterans Health Administration FHIR Map Set Implementation Guide
2.5.0 - 260401a
US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.5.0 See the Directory of published versions
| Official URL: http://va.gov/fhir/StructureMap/Vpr2MedicationDispenseRefill | Version: 2.5.0 | |||
| Draft as of 2026-03-31 | Computable Name: Vpr2MedicationDispenseRefill | |||
map "http://va.gov/fhir/StructureMap/Vpr2MedicationDispenseRefill" = "Vpr2MedicationDispenseRefill" uses "http://va.gov/fhir/StructureDefinition/VprMed" alias VprMed as source uses "http://va.gov/fhir/StructureDefinition/MedicationDispenseRefill" alias MedicationDispenseRefill as target group map(source med : VprMed, target tgt : MedicationDispenseRefill) <<type+>> { med.dose as o -> o.dose as v, tgt.authorizingPrescription = v; med.dose as v -> tgt.dosageInstruction as d0, d0.doseAndRate as d1, d1.dose as d2, d2.unit = v; med.dose as v -> tgt.dosageInstruction as d0, d0.doseAndRate as d1, d1.dose as d2, d2.code = v; med.dose as v -> tgt.dosageInstruction as d0, d0.doseAndRate as d1, d1.dose as d2, d2.value = v; }