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

Orders and Observations Work GroupMaturity Level: N/ABallot Status: Informative Compartments: Patient

R3 : R4 Conversion maps for BodyStructure.

Functional status for this map: Not Mapped (see documentation)

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


uses "http://hl7.org/fhir/3.0/StructureDefinition/BodyStructure" alias BodyStructureR3 as source
uses "http://hl7.org/fhir/StructureDefinition/BodyStructure" alias BodyStructure as target

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



group BodyStructure extends DomainResource
  input src : BodyStructureR3 as source
  input tgt : BodyStructure as target

  "BodyStructure.identifier": for src.identifier make tgt.identifier
  "BodyStructure.active": for src.active make tgt.active
  "BodyStructure.morphology": for src.morphology make tgt.morphology
  "BodyStructure.location": for src.location make tgt.location
  "BodyStructure.locationQualifier": for src.locationQualifier make tgt.locationQualifier
  "BodyStructure.description": for src.description make tgt.description
  "BodyStructure.image": for src.image make tgt.image
  "BodyStructure.patient": for src.patient make tgt.patient
endgroup


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


uses "http://hl7.org/fhir/StructureDefinition/BodyStructure" alias BodyStructure as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/BodyStructure" alias BodyStructureR3 as target

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



group BodyStructure extends DomainResource
  input src : BodyStructureR3 as source
  input tgt : BodyStructure as target

  "BodyStructure.identifier": for src.identifier make tgt.identifier
  "BodyStructure.active": for src.active make tgt.active
  "BodyStructure.morphology": for src.morphology make tgt.morphology
  "BodyStructure.location": for src.location make tgt.location
  "BodyStructure.locationQualifier": for src.locationQualifier make tgt.locationQualifier
  "BodyStructure.description": for src.description make tgt.description
  "BodyStructure.image": for src.image make tgt.image
  "BodyStructure.patient": for src.patient make tgt.patient
endgroup

n/a