StructureMap-ServiceRequest5to4B

Sourcehl7.fhir.uv.extensions.r4#1.0.0:FHIR Extensions Pack (v4.0.1)
resourceTypeStructureMap
idServiceRequest5to4B
canonicalhttp://hl7.org/fhir/StructureMap/ServiceRequest5to4B
version1.0.0
statusactive
publisherHL7 International / FHIR Infrastructure
nameServiceRequest5to4B
titleFML Conversion for ServiceRequest: R5 to R4B
date2023-03-26T08:47:34+11:00
descriptionFMLConversionforServiceRequestR5toR4B
jurisdictionsuv
Usages(none)

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

    
/// name = 
    
    'ServiceRequest5to4B'

    
/// title = 
    
    'FML Conversion for ServiceRequest: R5 to R4B'

    
/// status = 
    
    'active'


    conceptmap
     "
ServiceRequestIntent    " {

      prefix 
s     = "
    http://hl7.org/fhir/request-intent
    "

      prefix 
t     = "
http://hl7.org/fhir/4.3/request-intent    "


  s    :
proposal     -
 t    :
proposal
  s    :
plan     -
 t    :
plan
  s    :
directive     -
 t    :
directive
  s    :
order     -
 t    :
order
  s    :
"original-order"     -
 t    :
    "
original-order    "

  s    :
"reflex-order"     -
 t    :
    "
reflex-order    "

  s    :
"filler-order"     -
 t    :
    "
filler-order    "

  s    :
"instance-order"     -
 t    :
    "
instance-order    "

  s    :
option     -
 t    :
option
    }


    conceptmap
     "
ServiceRequestPriority    " {

      prefix 
s     = "
    http://hl7.org/fhir/request-priority
    "

      prefix 
t     = "
http://hl7.org/fhir/4.3/request-priority    "


  s    :
routine     -
 t    :
routine
  s    :
urgent     -
 t    :
urgent
  s    :
asap     -
 t    :
asap
  s    :
stat     -
 t    :
stat
    }


    conceptmap
     "
ServiceRequestStatus    " {

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

      prefix 
t     = "
http://hl7.org/fhir/4.3/request-status    "


  s    :
draft     -
 t    :
draft
  s    :
active     -
 t    :
active
  s    :
"on-hold"     -
 t    :
    "
on-hold    "

  s    :
revoked     -
 t    :
revoked
  s    :
completed     -
 t    :
completed
  s    :
"entered-in-error"     -
 t    :
    "
entered-in-error    "

  s    :
unknown     -
 t    :
unknown
    }


    uses
     "
    http://hl7.org/fhir/StructureDefinition/ServiceRequest
    " 
    alias 
ServiceRequestR5     as 
    source

    uses
     "
http://hl7.org/fhir/4.3/StructureDefinition/ServiceRequest    " 
    alias 
ServiceRequestR4B     as 
    target


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


    group 
ServiceRequest    (
    source
     src
     : 
ServiceRequestR5,     target
     tgt
     : 
ServiceRequestR4B    )
     extends 
DomainResource     <<type+>>
     {

  src.identifier    
 ->     
tgt.identifier    ;

  src.instantiatesCanonical    
 ->     
tgt.instantiatesCanonical    ;

  src.instantiatesUri    
 ->     
tgt.instantiatesUri    ;

  src.basedOn    
 ->     
tgt.basedOn    ;

  src.replaces    
 ->     
tgt.replaces    ;

  src.requisition    
 ->     
tgt.requisition    ;

  src.status     as 
    v
    
 ->     
tgt.status =     translate
    (
    v
    , 
    '#ServiceRequestStatus'
    , 
    'code'
    )
    ;

  src.intent     as 
    v
    
 ->     
tgt.intent =     translate
    (
    v
    , 
    '#ServiceRequestIntent'
    , 
    'code'
    )
    ;

  src.category    
 ->     
tgt.category    ;

  src.priority     as 
    v
    
 ->     
tgt.priority =     translate
    (
    v
    , 
    '#ServiceRequestPriority'
    , 
    'code'
    )
    ;

  src.doNotPerform    
 ->     
tgt.doNotPerform    ;

  src.code    
 ->     
tgt.code    ;

  src.orderDetail     as 
    s
    
 ->     
tgt.orderDetail =     s.parameterFocus
    ;

  src.quantity     : 
Quantity    
 ->     
tgt.quantity    ;

  src.quantity     : 
Ratio    
 ->     
tgt.quantity    ;

  src.quantity     : 
Range    
 ->     
tgt.quantity    ;

  src.subject    
 ->     
tgt.subject    ;

  src.encounter    
 ->     
tgt.encounter    ;
     // 
    src.focus -> tgt.focus;

  src.occurrence     : 
dateTime    
 ->     
tgt.occurrence    ;

  src.occurrence     : 
Period    
 ->     
tgt.occurrence    ;

  src.occurrence     : 
Timing    
 ->     
tgt.occurrence    ;

  src.asNeeded     : 
boolean    
 ->     
tgt.asNeeded    ;

  src.asNeeded     : 
CodeableConcept    
 ->     
tgt.asNeeded    ;

  src.authoredOn    
 ->     
tgt.authoredOn    ;

  src.requester    
 ->     
tgt.requester    ;

  src.performerType    
 ->     
tgt.performerType    ;

  src.performer    
 ->     
tgt.performer    ;

  src.location    
 ->     
tgt.locationCode    ;

  src.location    
 ->     
tgt.locationReference    ;

  src.reason    
 ->     
tgt.reasonCode    ;

  src.reason    
 ->     
tgt.reasonReference    ;

  src.insurance    
 ->     
tgt.insurance    ;

  src.supportingInfo    
 ->     
tgt.supportingInfo    ;

  src.specimen    
 ->     
tgt.specimen    ;

  src.bodySite    
 ->     
tgt.bodySite    ;

  src.note    
 ->     
tgt.note    ;
     // 
    src.bodyStructure -> tgt.bodyStructure;

  src.patientInstruction     as 
    s
    
 ->     
tgt.patientInstruction =     s.instruction
     "instruction"
    ;

  src.relevantHistory    
 ->     
tgt.relevantHistory    ;

    }


  

Produced 06 Apr 2023