Source | hl7.fhir.uv.extensions.r4#1.0.0:FHIR Extensions Pack (v4.0.1) |
resourceType | StructureMap |
id | DiagnosticReport4to5 |
canonical | http://hl7.org/fhir/StructureMap/DiagnosticReport4to5 |
version | 1.0.0 |
status | active |
publisher | HL7 International / FHIR Infrastructure |
name | DiagnosticReport4to5 |
title | FML Conversion for DiagnosticReport: R4 to R5 |
date | 2023-03-26T08:47:34+11:00 |
description | FMLConversionforDiagnosticReportR4toR5 |
jurisdictions | uv |
Usages | (none) |
/// url = 'http://hl7.org/fhir/StructureMap/DiagnosticReport4to5' /// name = 'DiagnosticReport4to5' /// title = 'FML Conversion for DiagnosticReport: R4 to R5' /// status = 'active' conceptmap " DiagnosticReportStatus " { prefix s = " http://hl7.org/fhir/4.0/diagnostic-report-status " prefix t = " http://hl7.org/fhir/diagnostic-report-status " s : registered - t : registered s : partial - t : partial s : preliminary - t : preliminary s : final - t : final s : amended - t : amended s : corrected - t : corrected s : appended - t : appended s : cancelled - t : cancelled s : "entered-in-error" - t : " entered-in-error " s : unknown - t : unknown } uses " http://hl7.org/fhir/4.0/StructureDefinition/DiagnosticReport " alias DiagnosticReportR4 as source uses " http://hl7.org/fhir/StructureDefinition/DiagnosticReport " alias DiagnosticReportR5 as target imports " http://hl7.org/fhir/StructureMap/*4to5 " group DiagnosticReport ( source src : DiagnosticReportR4, target tgt : DiagnosticReportR5 ) extends DomainResource <<type+>> { src.identifier -> tgt.identifier ; src.basedOn -> tgt.basedOn ; src.status as v -> tgt.status = translate ( v , '#DiagnosticReportStatus' , 'code' ) ; src.category -> tgt.category ; src.code -> tgt.code ; src.subject -> tgt.subject ; src.encounter -> tgt.encounter ; src.effective : dateTime -> tgt.effective ; src.effective : Period -> tgt.effective ; src.issued -> tgt.issued ; src.performer -> tgt.performer ; src.resultsInterpreter -> tgt.resultsInterpreter ; src.specimen -> tgt.specimen ; src.result -> tgt.result ; src.media as s -> tgt.media as t then DiagnosticReportMedia ( s , t ) ; // src.note -> tgt.note; src.conclusion -> tgt.conclusion ; // src.composition -> tgt.composition; src.conclusionCode -> tgt.conclusionCode ; src.presentedForm -> tgt.presentedForm ; } // group DiagnosticReportSupportingInfo(source src, target tgt) extends BackboneElement { // src.type -> tgt.type; // src.reference -> tgt.reference; // } group DiagnosticReportMedia ( source src , target tgt ) extends BackboneElement { src.comment -> tgt.comment ; src.link -> tgt.link ; }
Produced 06 Apr 2023