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

Clinical Decision Support Work GroupMaturity Level: N/ABallot Status: Informative Compartments: Not linked to any defined compartments

R3 : R4 Conversion maps for Library.

Functional status for this map: 11 tests of which 11 fail to execute. (see documentation)

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


uses "http://hl7.org/fhir/3.0/StructureDefinition/Library" alias LibraryR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Library" alias Library as target

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



group Library extends DomainResource
  input src : LibraryR3 as source
  input tgt : Library as target

  "Library.url": for src.url make tgt.url
  "Library.identifier": for src.identifier make tgt.identifier
  "Library.version": for src.version make tgt.version
  "Library.name": for src.name make tgt.name
  "Library.title": for src.title make tgt.title
  "Library.subtitle": for src.subtitle make tgt.subtitle
  "Library.status": for src.status make tgt.status
  "Library.experimental": for src.experimental make tgt.experimental
  "Library.type": for src.type make tgt.type
  "Library.subject": for src.subject make tgt.subject
  "Library.date": for src.date make tgt.date
  "Library.publisher": for src.publisher make tgt.publisher
  "Library.contact": for src.contact make tgt.contact
  "Library.description": for src.description make tgt.description
  "Library.useContext": for src.useContext make tgt.useContext
  "Library.jurisdiction": for src.jurisdiction make tgt.jurisdiction
  "Library.purpose": for src.purpose make tgt.purpose
  "Library.usage": for src.usage make tgt.usage
  "Library.copyright": for src.copyright make tgt.copyright
  "Library.approvalDate": for src.approvalDate make tgt.approvalDate
  "Library.lastReviewDate": for src.lastReviewDate make tgt.lastReviewDate
  "Library.effectivePeriod": for src.effectivePeriod make tgt.effectivePeriod
  "Library.topic": for src.topic make tgt.topic
  "Library.contributor": for src.contributor make tgt.contributor
  "Library.relatedArtifact": for src.relatedArtifact make tgt.relatedArtifact
  "Library.parameter": for src.parameter make tgt.parameter
  "Library.dataRequirement": for src.dataRequirement make tgt.dataRequirement
  "Library.content": for src.content make tgt.content
endgroup


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


uses "http://hl7.org/fhir/StructureDefinition/Library" alias Library as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Library" alias LibraryR3 as target

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



group Library extends DomainResource
  input src : LibraryR3 as source
  input tgt : Library as target

  "Library.url": for src.url make tgt.url
  "Library.identifier": for src.identifier make tgt.identifier
  "Library.version": for src.version make tgt.version
  "Library.name": for src.name make tgt.name
  "Library.title": for src.title make tgt.title
  "Library.subtitle": for src.subtitle make tgt.subtitle
  "Library.status": for src.status make tgt.status
  "Library.experimental": for src.experimental make tgt.experimental
  "Library.type": for src.type make tgt.type
  "Library.subject": for src.subject make tgt.subject
  "Library.date": for src.date make tgt.date
  "Library.publisher": for src.publisher make tgt.publisher
  "Library.contact": for src.contact make tgt.contact
  "Library.description": for src.description make tgt.description
  "Library.useContext": for src.useContext make tgt.useContext
  "Library.jurisdiction": for src.jurisdiction make tgt.jurisdiction
  "Library.purpose": for src.purpose make tgt.purpose
  "Library.usage": for src.usage make tgt.usage
  "Library.copyright": for src.copyright make tgt.copyright
  "Library.approvalDate": for src.approvalDate make tgt.approvalDate
  "Library.lastReviewDate": for src.lastReviewDate make tgt.lastReviewDate
  "Library.effectivePeriod": for src.effectivePeriod make tgt.effectivePeriod
  "Library.topic": for src.topic make tgt.topic
  "Library.contributor": for src.contributor make tgt.contributor
  "Library.relatedArtifact": for src.relatedArtifact make tgt.relatedArtifact
  "Library.parameter": for src.parameter make tgt.parameter
  "Library.dataRequirement": for src.dataRequirement make tgt.dataRequirement
  "Library.content": for src.content make tgt.content
endgroup