Skip to content

Commit

Permalink
Fixes disease map
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Sep 24, 2024
1 parent da947d9 commit ac8c2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/maps/DVCLMToIPS.map
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ group createImmunizationResource (source vax : vaccineDetails, target immunizati
coding.code as code -> protocol.doseNumber = code "setDoseNo";
} "setDoseNo";
} "setDoseNo";
/* vax.disease as disease -> create('Coding') as coding, coding = disease, create('CodeableConcept') as code, code.coding = coding, protocol.targetDisease = code "setTargetDisease"; */
vax.disease as disease -> create('CodeableConcept') as code, code.coding = disease, protocol.targetDisease = code "setTargetDisease";
} "setProtocolApplied";
vax -> immunization.patient as subject, subject.reference = append('urn:uuid:',pid) "setSubject";
vax.manufacturerId as maId -> create('Reference') as maRef, maRef.identifier = maId, immunization.manufacturer = maRef "set Manufacturer";
Expand Down

0 comments on commit ac8c2a8

Please sign in to comment.