R5 Final QA

This page is part of the FHIR Specification (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes). 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

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

R4 : R5 Conversion maps for EnrollmentRequest.

Functional status for this map: 1 test that all execute ok. 1 fail round-trip testing and all r3 resources are valid. (see documentation)

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

uses "http://hl7.org/fhir/3.0/StructureDefinition/EnrollmentRequest" alias EnrollmentRequestR3 as source
uses "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" alias EnrollmentRequest as target

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

group EnrollmentRequest(source src : EnrollmentRequestR3, target tgt : EnrollmentRequest) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.created -> tgt.created;
  src.insurer -> tgt.insurer;
  src.provider -> tgt.provider;
  src.subject -> tgt.candidate;
  src.coverage -> tgt.coverage;
}


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

uses "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" alias EnrollmentRequest as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/EnrollmentRequest" alias EnrollmentRequestR3 as target

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

group EnrollmentRequest(source src : EnrollmentRequest, target tgt : EnrollmentRequestR3) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.created -> tgt.created;
  src.insurer -> tgt.insurer;
  src.provider -> tgt.provider;
  src.candidate -> tgt.subject;
  src.coverage -> tgt.coverage;
}


<p>No validation errors - all conversions are clean</p>