R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (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

Patient Administration Work GroupMaturity Level: N/ABallot Status: Informative Compartments: Not linked to any defined compartments

R3 : R4 Conversion maps for Endpoint.

Functional status for this map: 3 tests that all execute ok. 3 fail round-trip testing and 3 r3 resources are invalid (0 errors). (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 extends DomainResource
  input src : EndpointR3 as source
  input tgt : Endpoint as target

  "Endpoint.identifier" : for src.identifier as vs make tgt.identifier as vt
  "Endpoint.status" : for src.status as vs make tgt.status as vt
  "Endpoint.connectionType" : for src.connectionType as vs make tgt.connectionType as vt
  "Endpoint.name" : for src.name as vs make tgt.name as vt
  "Endpoint.managingOrganization" : for src.managingOrganization as vs make tgt.managingOrganization as vt
  "Endpoint.contact" : for src.contact as vs make tgt.contact as vt
  "Endpoint.period" : for src.period as vs make tgt.period as vt
  "Endpoint.payloadType" : for src.payloadType as vs make tgt.payloadType as vt
  "Endpoint.payloadMimeType" : for src.payloadMimeType as vs make tgt.payloadMimeType as vt
  "Endpoint.header" : for src.header as vs make tgt.header as vt
endgroup


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 extends DomainResource
  input src : Endpoint as source
  input tgt : EndpointR3 as target

  "Endpoint.identifier" : for src.identifier as vs make tgt.identifier as vt
  "Endpoint.status" : for src.status as vs make tgt.status as vt
  "Endpoint.connectionType" : for src.connectionType as vs make tgt.connectionType as vt
  "Endpoint.name" : for src.name as vs make tgt.name as vt
  "Endpoint.managingOrganization" : for src.managingOrganization as vs make tgt.managingOrganization as vt
  "Endpoint.contact" : for src.contact as vs make tgt.contact as vt
  "Endpoint.period" : for src.period as vs make tgt.period as vt
  "Endpoint.payloadType" : for src.payloadType as vs make tgt.payloadType as vt
  "Endpoint.payloadMimeType" : for src.payloadMimeType as vs make tgt.payloadMimeType as vt
  "Endpoint.header" : for src.header as vs make tgt.header as vt
endgroup