Package | hl7.fhir.uv.xver |
Type | StructureMap |
Id | Slot4Bto5 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Slot4Bto5.html |
URL | http://hl7.org/fhir/StructureMap/Slot4Bto5 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Slot4Bto5 |
Title | Slot Transforms: R4B to R5 |
Realm | uv |
Authority | hl7 |
Description | SlotTransformsR4BtoR5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Slot4Bto5' /// name = 'Slot4Bto5' /// title = 'Slot Transforms: R4B to R5' /// status = 'active' uses "http://hl7.org/fhir/4.3/Slot" alias SlotR4B as source uses "http://hl7.org/fhir/5.0/Slot" alias SlotR5 as target imports "http://hl7.org/fhir/StructureMap/*4Bto5" group Slot(source src : SlotR4B, target tgt : SlotR5) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; src.serviceCategory -> tgt.serviceCategory; src.serviceType -> tgt.serviceType; src.specialty -> tgt.specialty; src.appointmentType -> tgt.appointmentType; src.schedule -> tgt.schedule; src.status as v -> tgt.status = translate(v, 'http://hl7.org/fhir/ConceptMap/SlotB.status-R4BtoR5', 'code'); src.start -> tgt.start; src.end -> tgt.end; src.overbooked -> tgt.overbooked; src.comment -> tgt.comment; }
{ "resourceType": "StructureMap", "id": "Slot4Bto5", "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/Slot4Bto5", "version": "0.1.0", "name": "Slot4Bto5", "title": "Slot 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": "SlotTransformsR4BtoR5", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/4.3/Slot", "mode": "source", "alias": "SlotR4B" }, { "url": "http://hl7.org/fhir/5.0/Slot", "mode": "target", "alias": "SlotR5" } ], "import": [ "http://hl7.org/fhir/StructureMap/*4Bto5" ], "group": [ { "name": "Slot", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "SlotR4B", "mode": "source" }, { "name": "tgt", "type": "SlotR5", "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": "serviceCategory", "source": [ { "context": "src", "element": "serviceCategory", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "serviceCategory", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "serviceType", "source": [ { "context": "src", "element": "serviceType", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "serviceType", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "specialty", "source": [ { "context": "src", "element": "specialty", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "specialty", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "appointmentType", "source": [ { "context": "src", "element": "appointmentType", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "appointmentType", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "schedule", "source": [ { "context": "src", "element": "schedule", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "schedule", "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/SlotB.status-R4BtoR5" }, { "valueString": "code" } ] } ] }, { "name": "start", "source": [ { "context": "src", "element": "start", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "start", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "end", "source": [ { "context": "src", "element": "end", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "end", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "overbooked", "source": [ { "context": "src", "element": "overbooked", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "overbooked", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "comment", "source": [ { "context": "src", "element": "comment", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "comment", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }