Package | hl7.fhir.uv.xver |
Resource Type | StructureMap |
Id | Location4Bto5 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Location4Bto5.html |
URL | http://hl7.org/fhir/StructureMap/Location4Bto5 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Location4Bto5 |
Title | Location Transforms: R4B to R5 |
Realm | uv |
Authority | hl7 |
Description | LocationTransformsR4BtoR5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Location4Bto5' /// name = 'Location4Bto5' /// title = 'Location Transforms: R4B to R5' /// status = 'active' uses "http://hl7.org/fhir/4.3/Location" alias LocationR4B as source uses "http://hl7.org/fhir/5.0/Location" alias LocationR5 as target imports "http://hl7.org/fhir/StructureMap/*4Bto5" group Location(source src : LocationR4B, target tgt : LocationR5) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; src.status as v -> tgt.status = translate(v, 'http://hl7.org/fhir/ConceptMap/LocationB.status-R4BtoR5', 'code'); src.operationalStatus -> tgt.operationalStatus; src.name -> tgt.name; src.alias -> tgt.alias; src.description -> tgt.description; src.mode as v -> tgt.mode = translate(v, 'http://hl7.org/fhir/ConceptMap/LocationB.mode-R4BtoR5', 'code'); src.type -> tgt.type; src.telecom : ContactPoint as s -> tgt.contact = create('ExtendedContactDetail') as t, t.telecom = s; src.address -> tgt.address; src.physicalType -> tgt.form; src.position as s -> tgt.position as t then LocationPosition(s, t); src.managingOrganization -> tgt.managingOrganization; src.partOf -> tgt.partOf; src.hoursOfOperation : BackboneElement as s -> tgt.hoursOfOperation as t then LocationAvailabilityAvailableTime(s, t) "availableTime"; src.endpoint -> tgt.endpoint; } group LocationPosition(source src, target tgt) extends BackboneElement { src.longitude -> tgt.longitude; src.latitude -> tgt.latitude; src.altitude -> tgt.altitude; } group LocationAvailabilityAvailableTime(source src, target tgt) extends BackboneElement { src.daysOfWeek as s -> tgt.availableTime as t, t.daysOfWeek = s; src.allDay as s -> tgt.availableTime as t, t.allDay = s; src.openingTime : time as s -> tgt.availableTime as t, t.availableStartTime = s; src.closingTime : time as s -> tgt.availableTime as t, t.availableEndTime = s; }
{ "resourceType": "StructureMap", "id": "Location4Bto5", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver" } ] } } ], "url": "http://hl7.org/fhir/StructureMap/Location4Bto5", "version": "0.1.0", "name": "Location4Bto5", "title": "Location Transforms: R4B to R5", "status": "active", "date": "2024-02-22T03:16:50+00:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] } ], "description": "LocationTransformsR4BtoR5", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/4.3/Location", "mode": "source", "alias": "LocationR4B" }, { "url": "http://hl7.org/fhir/5.0/Location", "mode": "target", "alias": "LocationR5" } ], "import": [ "http://hl7.org/fhir/StructureMap/*4Bto5" ], "group": [ { "name": "Location", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "LocationR4B", "mode": "source" }, { "name": "tgt", "type": "LocationR5", "mode": "target" } ], "rule": [ { "name": "identifier", "source": [ { "context": "src", "element": "identifier", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "identifier", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "status", "source": [ { "context": "src", "element": "status", "variable": "v" } ], "target": [ { "context": "tgt", "element": "status", "transform": "translate", "parameter": [ { "valueId": "v" }, { "valueString": "http://hl7.org/fhir/ConceptMap/LocationB.status-R4BtoR5" }, { "valueString": "code" } ] } ] }, { "name": "operationalStatus", "source": [ { "context": "src", "element": "operationalStatus", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "operationalStatus", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "name", "source": [ { "context": "src", "element": "name", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "name", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "alias", "source": [ { "context": "src", "element": "alias", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "alias", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "description", "source": [ { "context": "src", "element": "description", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "description", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "mode", "source": [ { "context": "src", "element": "mode", "variable": "v" } ], "target": [ { "context": "tgt", "element": "mode", "transform": "translate", "parameter": [ { "valueId": "v" }, { "valueString": "http://hl7.org/fhir/ConceptMap/LocationB.mode-R4BtoR5" }, { "valueString": "code" } ] } ] }, { "name": "type", "source": [ { "context": "src", "element": "type", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "type", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "telecomContactPoint", "source": [ { "context": "src", "type": "ContactPoint", "element": "telecom", "variable": "s" } ], "target": [ { "context": "tgt", "element": "contact", "variable": "t", "transform": "create", "parameter": [ { "valueString": "ExtendedContactDetail" } ] }, { "context": "t", "element": "telecom", "transform": "copy", "parameter": [ { "valueId": "s" } ] } ] }, { "name": "address", "source": [ { "context": "src", "element": "address", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "address", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "physicalType", "source": [ { "context": "src", "element": "physicalType", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "form", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "position", "source": [ { "context": "src", "element": "position", "variable": "s" } ], "target": [ { "context": "tgt", "element": "position", "variable": "t" } ], "dependent": [ { "name": "LocationPosition", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "managingOrganization", "source": [ { "context": "src", "element": "managingOrganization", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "managingOrganization", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "partOf", "source": [ { "context": "src", "element": "partOf", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "partOf", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "availableTime", "source": [ { "context": "src", "type": "BackboneElement", "element": "hoursOfOperation", "variable": "s" } ], "target": [ { "context": "tgt", "element": "hoursOfOperation", "variable": "t" } ], "dependent": [ { "name": "LocationAvailabilityAvailableTime", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "endpoint", "source": [ { "context": "src", "element": "endpoint", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "endpoint", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "LocationPosition", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "longitude", "source": [ { "context": "src", "element": "longitude", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "longitude", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "latitude", "source": [ { "context": "src", "element": "latitude", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "latitude", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "altitude", "source": [ { "context": "src", "element": "altitude", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "altitude", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "LocationAvailabilityAvailableTime", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "daysOfWeek", "source": [ { "context": "src", "element": "daysOfWeek", "variable": "s" } ], "target": [ { "context": "tgt", "element": "availableTime", "variable": "t" }, { "context": "t", "element": "daysOfWeek", "transform": "copy", "parameter": [ { "valueId": "s" } ] } ] }, { "name": "allDay", "source": [ { "context": "src", "element": "allDay", "variable": "s" } ], "target": [ { "context": "tgt", "element": "availableTime", "variable": "t" }, { "context": "t", "element": "allDay", "transform": "copy", "parameter": [ { "valueId": "s" } ] } ] }, { "name": "openingTimeTime", "source": [ { "context": "src", "type": "time", "element": "openingTime", "variable": "s" } ], "target": [ { "context": "tgt", "element": "availableTime", "variable": "t" }, { "context": "t", "element": "availableStartTime", "transform": "copy", "parameter": [ { "valueId": "s" } ] } ] }, { "name": "closingTimeTime", "source": [ { "context": "src", "type": "time", "element": "closingTime", "variable": "s" } ], "target": [ { "context": "tgt", "element": "availableTime", "variable": "t" }, { "context": "t", "element": "availableEndTime", "transform": "copy", "parameter": [ { "valueId": "s" } ] } ] } ] } ] }