US Veterans Health Administration FHIR Map Set Implementation Guide
2.5.0 - 260401a United States of America flag

US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.5.0 See the Directory of published versions

StructureMap: Vpr2ProcedureOutpatient

Official URL: http://va.gov/fhir/StructureMap/Vpr2ProcedureOutpatient Version: 2.5.0
Draft as of 2026-03-31 Computable Name: Vpr2ProcedureOutpatient

map "http://va.gov/fhir/StructureMap/Vpr2ProcedureOutpatient" = "Vpr2ProcedureOutpatient"

uses "http://va.gov/fhir/StructureDefinition/VprVisit" alias VprVisit as source
uses "http://va.gov/fhir/StructureDefinition/ProcedureOutpatient" alias ProcedureOutpatient as target

group map(source visit : VprVisit, target tgt : ProcedureOutpatient) <<type+>> {
  visit.cpt as v ->  tgt.code as c0,  c0.coding = v;
  visit.type as v ->  tgt.code as c0,  c0.coding = v;
  visit.cpt as v ->  tgt.code as c0,  c0.coding as c1,  c1.code = v;
  visit.type as v ->  tgt.code as c0,  c0.coding as c1,  c1.code = v;
  visit.cpt as v ->  tgt.code as c0,  c0.coding as c1,  c1.display = v;
  visit.type as v ->  tgt.code as c0,  c0.coding as c1,  c1.display = v;
  visit.cpt as v ->  tgt.code as c0,  c0.coding as c1,  c1.system = 'http://www.ama-assn.org/go/cpt';
  visit.type as v ->  tgt.code as c0,  c0.coding as c1,  c1.system = 'http://www.ama-assn.org/go/cpt';
}