FHIR Release 3 (STU) R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.0.2: STU 3). (v3.5.0: R4 Ballot #2). 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 : R4 Conversion maps for Communication.

Functional status for this map: 2 3 tests that all of which 3 fail to 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"

map "http://hl7.org/fhir/StructureMap/Communication3to4" = "R3 to R4 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"

uses "http://hl7.org/fhir/3.0/StructureDefinition/Communication" alias CommunicationR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Communication" alias Communication as target


group for type+types  Communication extends DomainResource
  input src : CommunicationR2 as source

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



group Communication extends DomainResource
  input src : CommunicationR3 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

  "Communication.identifier": for src.identifier make tgt.identifier
  "Communication.instantiatesCanonical": for src.instantiatesCanonical make tgt.instantiatesCanonical
  "Communication.instantiatesUri": for src.instantiatesUri make tgt.instantiatesUri
  "Communication.basedOn": for src.basedOn make tgt.basedOn
  "Communication.partOf": for src.partOf make tgt.partOf
  "Communication.inResponseTo": for src.inResponseTo make tgt.inResponseTo
  "Communication.status": for src.status make tgt.status
  "Communication.statusReason": for src.statusReason make tgt.statusReason
  "Communication.category": for src.category make tgt.category
  "Communication.priority": for src.priority make tgt.priority
  "Communication.medium": for src.medium make tgt.medium
  "Communication.subject": for src.subject make tgt.subject
  "Communication.topic": for src.topic make tgt.topic
  "Communication.about": for src.about make tgt.about
  "Communication.context": for src.context make tgt.context
  "Communication.sent": for src.sent make tgt.sent
  "Communication.received": for src.received make tgt.received
  "Communication.recipient": for src.recipient make tgt.recipient
  "Communication.sender": for src.sender make tgt.sender
  "Communication.reasonCode": for src.reasonCode make tgt.reasonCode
  "Communication.reasonReference": for src.reasonReference make tgt.reasonReference
  "Communication.payload": for src.payload as s make tgt.payload as t then CommunicationPayload(s,t)
  "Communication.note": for src.note make tgt.note

endgroup

group cmmPayload
  input src as source
  input tgt as target
  
  "Communication.payload-content" : for src.content make tgt.content 


group CommunicationPayload extends BackboneElement
  input src : CommunicationR3 as source
  input tgt : Communication 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"

map "http://hl7.org/fhir/StructureMap/Communication4to3" = "R4 to R3 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"

uses "http://hl7.org/fhir/StructureDefinition/Communication" alias Communication as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Communication" alias CommunicationR3 as target


group for type+types  Communication extends DomainResource
  input src : Communication as source
  input tgt : CommunicationR2 as target

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


  "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



group Communication extends DomainResource
  input src : CommunicationR3 as source
  input tgt : Communication as target

  "Communication.identifier": for src.identifier make tgt.identifier
  "Communication.instantiatesCanonical": for src.instantiatesCanonical make tgt.instantiatesCanonical
  "Communication.instantiatesUri": for src.instantiatesUri make tgt.instantiatesUri
  "Communication.basedOn": for src.basedOn make tgt.basedOn
  "Communication.partOf": for src.partOf make tgt.partOf
  "Communication.inResponseTo": for src.inResponseTo make tgt.inResponseTo
  "Communication.status": for src.status make tgt.status
  "Communication.statusReason": for src.statusReason make tgt.statusReason
  "Communication.category": for src.category make tgt.category
  "Communication.priority": for src.priority make tgt.priority
  "Communication.medium": for src.medium make tgt.medium
  "Communication.subject": for src.subject make tgt.subject
  "Communication.topic": for src.topic make tgt.topic
  "Communication.about": for src.about make tgt.about
  "Communication.context": for src.context make tgt.context
  "Communication.sent": for src.sent make tgt.sent
  "Communication.received": for src.received make tgt.received
  "Communication.recipient": for src.recipient make tgt.recipient
  "Communication.sender": for src.sender make tgt.sender
  "Communication.reasonCode": for src.reasonCode make tgt.reasonCode
  "Communication.reasonReference": for src.reasonReference make tgt.reasonReference
  "Communication.payload": for src.payload as s make tgt.payload as t then CommunicationPayload(s,t)
  "Communication.note": for src.note make tgt.note

endgroup

group cmmPayload
  input src as source
  input tgt as target
  
  "Communication.payload-content" : for src.content make tgt.content 

group CommunicationPayload extends BackboneElement
  input src : CommunicationR3 as source
  input tgt : Communication as target

  "Communication.payload.content": for src.content make tgt.content

endgroup