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

Patient Administration icon Work GroupMaturity Level: N/AStandards Status: InformativeSecurity Category: Business Compartments: Not linked to any defined compartments

R4 : R5 Conversion maps for Endpoint.

Functional status for this map: 3 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/Endpoint3to4" = "R3 to R4 Conversions for Endpoint"

uses "http://hl7.org/fhir/3.0/StructureDefinition/Endpoint" alias EndpointR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Endpoint" alias Endpoint as target

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

group Endpoint(source src : EndpointR3, target tgt : Endpoint) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.connectionType -> tgt.connectionType;
  src.name -> tgt.name;
  src.managingOrganization -> tgt.managingOrganization;
  src.contact -> tgt.contact;
  src.period -> tgt.period;
  src.payloadType -> tgt.payloadType;
  src.payloadMimeType -> tgt.payloadMimeType;
  src.address -> tgt.address;
  src.header -> tgt.header;
}


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

uses "http://hl7.org/fhir/StructureDefinition/Endpoint" alias Endpoint as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Endpoint" alias EndpointR3 as target

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

group Endpoint(source src : Endpoint, target tgt : EndpointR3) extends DomainResource <<type+>> {
  src.identifier -> tgt.identifier;
  src.status -> tgt.status;
  src.connectionType -> tgt.connectionType;
  src.name -> tgt.name;
  src.managingOrganization -> tgt.managingOrganization;
  src.contact -> tgt.contact;
  src.period -> tgt.period;
  src.payloadType -> tgt.payloadType;
  src.payloadMimeType -> tgt.payloadMimeType;
  src.address -> tgt.address;
  src.header -> tgt.header;
}


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