Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Orders and Observations icon Work GroupMaturity Level: N/AStandards Status: InformativeSecurity Category: Patient Compartments: Patient

R4 : R5 Conversion maps for BodyStructure.

Functional status for this map: See Conversions Summary. (see documentation)

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

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

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

group BodySite(source src : BodySiteR3, target tgt : BodyStructure) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.active -> tgt.active;
  src.code -> tgt.location;
  src.qualifier -> tgt.locationQualifier;
  src.description -> tgt.description;
  src.image -> tgt.image;
  src.patient -> tgt.patient;
}


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/BodySite" alias BodySiteR3 as target

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

group BodyStructure(source src : BodyStructure, target tgt : BodySiteR3) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.active -> tgt.active;
  src.location -> tgt.code;
  src.locationQualifier -> tgt.qualifier;
  src.description -> tgt.description;
  src.image -> tgt.image;
  src.patient -> tgt.patient;
}


No validation errors - all conversions are clean