StructureMap-DiagnosticReport5to4

Sourcehl7.fhir.uv.extensions.r4#1.0.0:FHIR Extensions Pack (v4.0.1)
resourceTypeStructureMap
idDiagnosticReport5to4
canonicalhttp://hl7.org/fhir/StructureMap/DiagnosticReport5to4
version1.0.0
statusactive
publisherHL7 International / FHIR Infrastructure
nameDiagnosticReport5to4
titleFML Conversion for DiagnosticReport: R5 to R4
date2023-03-26T08:47:34+11:00
descriptionFMLConversionforDiagnosticReportR5toR4
jurisdictionsuv
Usages(none)

    
/// url = 
    
    'http://hl7.org/fhir/StructureMap/DiagnosticReport5to4'

    
/// name = 
    
    'DiagnosticReport5to4'

    
/// title = 
    
    'FML Conversion for DiagnosticReport: R5 to R4'

    
/// status = 
    
    'active'


    conceptmap
     "
DiagnosticReportStatus    " {

      prefix 
s     = "
    http://hl7.org/fhir/diagnostic-report-status
    "

      prefix 
t     = "
http://hl7.org/fhir/4.0/diagnostic-report-status    "


  s    :
registered     -
 t    :
registered
  s    :
partial     -
 t    :
partial
  s    :
modified     -
 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/StructureDefinition/DiagnosticReport
    " 
    alias 
DiagnosticReportR5     as 
    source

    uses
     "
http://hl7.org/fhir/4.0/StructureDefinition/DiagnosticReport    " 
    alias 
DiagnosticReportR4     as 
    target


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


    group 
DiagnosticReport    (
    source
     src
     : 
DiagnosticReportR5,     target
     tgt
     : 
DiagnosticReportR4    )
     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