Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Financial Management icon Work GroupMaturity Level: N/AStandards Status: InformativeSecurity Category: Patient Compartments: Practitioner

R4 : R5 Conversion maps for PaymentNotice.

Functional status for this map: See Conversions Summary. (see documentation)

map "http://hl7.org/fhir/StructureMap/PaymentNotice3to4" = "R3 to R4 Conversions for PaymentNotice"

uses "http://hl7.org/fhir/3.0/StructureDefinition/PaymentNotice" alias PaymentNoticeR3 as source
uses "http://hl7.org/fhir/StructureDefinition/PaymentNotice" alias PaymentNotice as target

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

group PaymentNotice(source src : PaymentNoticeR3, target tgt : PaymentNotice) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.request -> tgt.request;
  src.response -> tgt.response;
  src.statusDate -> tgt.paymentDate;
  src.created -> tgt.created;
  src.target -> tgt.recipient;
  src.provider -> tgt.provider;
  src.paymentStatus -> tgt.paymentStatus;
}


map "http://hl7.org/fhir/StructureMap/PaymentNotice4to3" = "R4 to R3 Conversion for PaymentNotice"

uses "http://hl7.org/fhir/StructureDefinition/PaymentNotice" alias PaymentNotice as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/PaymentNotice" alias PaymentNoticeR3 as target

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

group PaymentNotice(source src : PaymentNotice, target tgt : PaymentNoticeR3) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.request -> tgt.request;
  src.response -> tgt.response;
  src.paymentDate -> tgt.statusDate;
  src.created -> tgt.created;
  src.recipient -> tgt.target;
  src.provider -> tgt.provider;
  src.paymentStatus -> tgt.paymentStatus;
}


No validation errors - all conversions are clean