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

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

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

uses "http://va.gov/fhir/StructureDefinition/VprDocument" alias VprDocument as source
uses "http://va.gov/fhir/StructureDefinition/DocumentReferenceBinary" alias DocumentReferenceBinary as target

group map(source document : VprDocument, target tgt : DocumentReferenceBinary) <<type+>> {
  document.content as v -> tgt.data = v;
  document.content as v -> tgt.contentType = '#text/plain';
}