This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Security Category: Anonymous | Compartments: No defined compartments |
R4 : R5 Conversion maps for OperationDefinition.
Functional status for this map: See Conversions Summary. (see documentation)
map "http://hl7.org/fhir/StructureMap/OperationDefinition3to4" = "R3 to R4 Conversions for OperationDefinition" uses "http://hl7.org/fhir/3.0/StructureDefinition/OperationDefinition" alias OperationDefinitionR3 as source uses "http://hl7.org/fhir/StructureDefinition/OperationDefinition" alias OperationDefinition as target imports "http://hl7.org/fhir/StructureMap/*3to4" group OperationDefinition(source src : OperationDefinitionR3, target tgt : OperationDefinition) extends DomainResource <<type+>> { src.url -> tgt.url; src.version -> tgt.version; src.name -> tgt.name; src.status -> tgt.status; src.kind -> tgt.kind; src.experimental -> tgt.experimental; src.date -> tgt.date; src.publisher -> tgt.publisher; src.contact -> tgt.contact; src.description -> tgt.description; src.useContext -> tgt.useContext; src.jurisdiction -> tgt.jurisdiction; src.purpose -> tgt.purpose; src.idempotent -> tgt.affectsState "affectsState"; src.code -> tgt.code; src.comment as vs -> tgt.comment as vt then stringToMarkdown(vs, vt); src.base -> tgt.base; src.resource -> tgt.resource; src.system -> tgt.system; src.type -> tgt.type; src.instance -> tgt.instance; src.parameter as vs0 -> tgt.parameter as vt0 then parameter(vs0, vt0); src.overload as vs0 -> tgt.overload as vt0 then { vs0.parameterName -> vt0.parameterName; vs0.comment -> vt0.comment; }; } group parameter(source src, target tgt) extends BackboneElement { src.name -> tgt.name; src.use -> tgt.use; src.min -> tgt.min; src.max -> tgt.max; src.documentation -> tgt.documentation; src.type -> tgt.type; src.searchType -> tgt.searchType; src.profile -> tgt.targetProfile; src.binding as vs0 -> tgt.binding as vt0 then binding(vs0, vt0); src.part as vs0 -> tgt.part as vt0 then parameter(vs0, vt0); } group binding(source src, target tgt) extends BackboneElement { src.strength -> tgt.strength; src.valueSet : uri as vs0 -> tgt.valueSet as vt0 then uri2Canonical(vs0, vt0) "valueSetU"; src.valueSet : Reference as vs0 -> tgt.valueSet as vt0 then Reference2Canonical(vs0, vt0) "valueSetR"; }
map "http://hl7.org/fhir/StructureMap/OperationDefinition4to3" = "R4 to R3 Conversion for OperationDefinition" uses "http://hl7.org/fhir/StructureDefinition/OperationDefinition" alias OperationDefinition as source uses "http://hl7.org/fhir/3.0/StructureDefinition/OperationDefinition" alias OperationDefinitionR3 as target imports "http://hl7.org/fhir/StructureMap/*4to3" group OperationDefinition(source src : OperationDefinition, target tgt : OperationDefinitionR3) extends DomainResource <<type+>> { src.url -> tgt.url; src.version -> tgt.version; src.name -> tgt.name; src.status -> tgt.status; src.kind -> tgt.kind; src.experimental -> tgt.experimental; src.date -> tgt.date; src.publisher -> tgt.publisher; src.contact -> tgt.contact; src.description -> tgt.description; src.useContext -> tgt.useContext; src.jurisdiction -> tgt.jurisdiction; src.purpose -> tgt.purpose; src.affectsState -> tgt.idempotent; src.code -> tgt.code; src.comment as vs -> tgt.comment as vt then markdownToString(vs, vt); src.base -> tgt.base; src.resource -> tgt.resource; src.system -> tgt.system; src.type -> tgt.type; src.instance -> tgt.instance; src.parameter as vs0 -> tgt.parameter as vt0 then parameter(vs0, vt0); src.overload as vs0 -> tgt.overload as vt0 then { vs0.parameterName -> vt0.parameterName; vs0.comment -> vt0.comment; }; } group parameter(source src, target tgt) extends BackboneElement { src.name -> tgt.name; src.use -> tgt.use; src.min -> tgt.min; src.max -> tgt.max; src.documentation -> tgt.documentation; src.type -> tgt.type; src.searchType -> tgt.searchType; src.targetProfile -> tgt.profile "profile"; src.binding as vs0 -> tgt.binding as vt0 then binding(vs0, vt0); src.part as vs0 -> tgt.part as vt0 then parameter(vs0, vt0); } group binding(source src, target tgt) extends BackboneElement { src.strength -> tgt.strength; src.valueSet as vs0 where value.startsWith('http://hl7.org').not() -> tgt.valueSet = create('uri') as vt0 then canonical2Uri(vs0, vt0) "valueSetU"; src.valueSet as vs0 where value.startsWith('http://hl7.org') -> tgt.valueSet = create('Reference') as vt0 then canonical2Reference(vs0, vt0) "valueSetR"; }
No validation errors - all conversions are clean