This page is part of the FHIR Core Extensions Registry (v5.1.0: Release 5.1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/StructureMap/ResearchStudy4to5 | Version: 5.1.0 | |||
Standards status: Trial-use | Maturity Level: 1 | Computable Name: ResearchStudy4to5 |
FMLConversionforResearchStudyR4toR5
/// url = 'http://hl7.org/fhir/StructureMap/ResearchStudy4to5' /// name = 'ResearchStudy4to5' /// title = 'FML Conversion for ResearchStudy: R4 to R5' /// status = 'active' conceptmap "PublicationStatus" { prefix s = "http://hl7.org/fhir/4.0/publication-status" prefix t = "http://hl7.org/fhir/publication-status" s:draft - t:draft s:active - t:active s:retired - t:retired s:unknown - t:unknown } uses "http://hl7.org/fhir/4.0/StructureDefinition/ResearchStudy" alias ResearchStudyR4 as source uses "http://hl7.org/fhir/StructureDefinition/ResearchStudy" alias ResearchStudyR5 as target imports "http://hl7.org/fhir/StructureMap/*4to5" group ResearchStudy(source src : ResearchStudyR4, target tgt : ResearchStudyR5) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; // src.url -> tgt.url; src.title -> tgt.title; // src.version -> tgt.version; src.protocol -> tgt.protocol; // src.label as s -> tgt.label as t then ResearchStudyLabel(s,t); src.partOf -> tgt.partOf; src.relatedArtifact -> tgt.relatedArtifact; src.status as v -> tgt.status = translate(v, '#PublicationStatus', 'code'); // src.date -> tgt.date; src.primaryPurposeType -> tgt.primaryPurposeType; src.phase -> tgt.phase; src.focus -> tgt.focus; // src.studyDesign -> tgt.studyDesign; src.condition -> tgt.condition; src.keyword -> tgt.keyword; src.description -> tgt.description; // src.region -> tgt.region; src.period -> tgt.period; src.site -> tgt.site; src.note -> tgt.note; src.arm as s -> tgt.comparisonGroup as t then ResearchStudyComparisonGroup(s, t); // src.classifier -> tgt.classifier; src.objective as s -> tgt.objective as t then ResearchStudyObjective(s, t); } // group ResearchStudyLabel(source src, target tgt) extends BackboneElement { // src.type -> tgt.type; // src.value -> tgt.value; // } // group ResearchStudyAssociatedParty(source src, target tgt) extends BackboneElement { // src.name -> tgt.name; // src.role -> tgt.role; // src.period -> tgt.period; // src.classifier -> tgt.classifier; // src.party -> tgt.party; // } // group ResearchStudyProgressStatus(source src, target tgt) extends BackboneElement { // src.state -> tgt.state; // src.actual -> tgt.actual; // src.period -> tgt.period; // } // group ResearchStudyRecruitment(source src, target tgt) extends BackboneElement { // src.targetNumber -> tgt.targetNumber; // src.actualNumber -> tgt.actualNumber; // src.eligibility -> tgt.eligibility; // src.actualGroup -> tgt.actualGroup; // } group ResearchStudyComparisonGroup(source src, target tgt) extends BackboneElement { src.name -> tgt.name; // src.linkId -> tgt.linkId; src.type -> tgt.type; src.description -> tgt.description; } group ResearchStudyObjective(source src, target tgt) extends BackboneElement { src.name -> tgt.name; src.type -> tgt.type; }