R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: Informative Compartments: Not linked to any defined compartments

R3 : R4 Conversion maps for Binary.

Functional status for this map: 2 tests of which 2 fail to execute. (see documentation)

map "http://hl7.org/fhir/StructureMap/Binary3to4" = "R3 to R4 Conversions for Binary"


uses "http://hl7.org/fhir/3.0/StructureDefinition/Binary" alias BinaryR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Binary" alias Binary as target

imports "http://hl7.org/fhir/StructureMap/*3to4"



group Binary extends Resource
  input src : BinaryR3 as source
  input tgt : Binary as target

  "Binary.contentType": for src.contentType make tgt.contentType
  "Binary.securityContext": for src.securityContext make tgt.securityContext
  "Binary.content": for src.content make tgt.content
endgroup


map "http://hl7.org/fhir/StructureMap/Binary4to3" = "R4 to R3 Conversion for Binary"


uses "http://hl7.org/fhir/StructureDefinition/Binary" alias Binary as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Binary" alias BinaryR3 as target

imports "http://hl7.org/fhir/StructureMap/*4to3"



group Binary extends Resource
  input src : BinaryR3 as source
  input tgt : Binary as target

  "Binary.contentType": for src.contentType make tgt.contentType
  "Binary.securityContext": for src.securityContext make tgt.securityContext
  "Binary.content": for src.content make tgt.content
endgroup