This page is part of the FHIR Specification (v3.0.2: STU 3). 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 R3
Patient Care Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
R2 : R3 Converson maps for Communication.
Functional status for this map: 2 tests that all execute ok. All tests pass round-trip testing and all r3 resources are valid. (see documentation)
map "http://hl7.org/fhir/StructureMap/Communication2to3" = "R2 to R3 Conversions for Communication" uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Communication" alias CommunicationR2 as source uses "http://hl7.org/fhir/StructureDefinition/Communication" alias Communication as target imports "http://hl7.org/fhir/StructureMap/primitives2to3" imports "http://hl7.org/fhir/StructureMap/DomainResource2to3" imports "http://hl7.org/fhir/StructureMap/Attachment2to3" imports "http://hl7.org/fhir/StructureMap/Identifier2to3" imports "http://hl7.org/fhir/StructureMap/Reference2to3" imports "http://hl7.org/fhir/StructureMap/CodeableConcept2to3" group for type+types Communication extends DomainResource input src : CommunicationR2 as source input tgt : Communication as target "Communication-identifier" : for src.identifier make tgt.identifier "Communication-category" : for src.category make tgt.category "Communication-sender" : for src.sender make tgt.sender "Communication-recipient" : for src.recipient make tgt.recipient "Communication-payload" : for src.payload as vs0 make tgt.payload as vt0 then cmmPayload(vs0, vt0) "Communication-medium" : for src.medium make tgt.medium "Communication-status" : for src.status make tgt.status "Communication-encounter" : for src.encounter make tgt.context "Communication-sent" : for src.sent make tgt.sent "Communication-received" : for src.received make tgt.received "Communication-reason" : for src.reason make tgt.reasonCode "Communication-subject" : for src.subject make tgt.subject "Communication-requestDetail" : for src.requestDetail make tgt.basedOn endgroup group cmmPayload input src as source input tgt as target "Communication.payload-content" : for src.content make tgt.content endgroup
map "http://hl7.org/fhir/StructureMap/Communication3to2" = "R3 to R2 Conversion for Communication" uses "http://hl7.org/fhir/StructureDefinition/Communication" alias Communication as source uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Communication" alias CommunicationR2 as target imports "http://hl7.org/fhir/StructureMap/primitives3to2" imports "http://hl7.org/fhir/StructureMap/DomainResource3to2" imports "http://hl7.org/fhir/StructureMap/Attachment3to2" imports "http://hl7.org/fhir/StructureMap/Identifier3to2" imports "http://hl7.org/fhir/StructureMap/Reference3to2" imports "http://hl7.org/fhir/StructureMap/CodeableConcept3to2" group for type+types Communication extends DomainResource input src : Communication as source input tgt : CommunicationR2 as target "Communication-identifier" : for src.identifier make tgt.identifier "Communication-category" : for src.category make tgt.category "Communication-sender" : for src.sender make tgt.sender "Communication-recipient" : for src.recipient make tgt.recipient "Communication-payload" : for src.payload as vs0 make tgt.payload as vt0 then cmmPayload(vs0, vt0) "Communication-medium" : for src.medium make tgt.medium "Communication-status" : for src.status make tgt.status "Communication-encounter" : for src.context make tgt.encounter "Communication-sent" : for src.sent make tgt.sent "Communication-received" : for src.received make tgt.received "Communication-reason" : for src.reasonCode make tgt.reason "Communication-subject" : for src.subject make tgt.subject "Communication-requestDetail" : for src.basedOn make tgt.requestDetail endgroup group cmmPayload input src as source input tgt as target "Communication.payload-content" : for src.content make tgt.content endgroup