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: Vpr2ConditionProblem

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

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

uses "http://va.gov/fhir/StructureDefinition/VprProblem" alias VprProblem as source
uses "http://va.gov/fhir/StructureDefinition/ConditionProblem" alias ConditionProblem as target

group map(source problem : VprProblem, target tgt : ConditionProblem) <<type+>> {
  problem.resolved as v -> tgt.clinicalStatus = '#resolved';
  problem.icd as v ->  tgt.code as c0,  c0.coding as c1,  c1.code = v,  c1.code = v,  c1.system = v,  c1.system = v;
  problem.sctc as v ->  tgt.code as c0,  c0.coding as c1,  c1.code = v,  c1.code = v,  c1.system = 'http://snomed.info/sct',  c1.system = 'http://snomed.info/sct';
  problem.name as v ->  tgt.code as c0,  c0.text = v;
  problem.onset as v -> tgt.onset = v;
  problem.entered as v -> tgt.recordedDate = v;
  problem.status as v -> tgt.clinicalStatus = v;
  problem.removed as v -> tgt.verificationStatus = v;
  problem.unverified as v -> tgt.verificationStatus = v;
  problem.resolved as v -> tgt.abatement = v;
}