The Cicada Vaccine Forecasting Engine and Guide
0.1.0 - ci-build

The Cicada Vaccine Forecasting Engine and Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MapVaccineCodes - TTL Representation

Draft as of 2026-02-11

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:StructureMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MapVaccineCodes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><pre>/// url = \"http://fhirfli.dev/fhir/ig/cicada/StructureMap/map-vaccine-codes\"#xD;\n/// name = \"MapVaccineCodes\"#xD;\n/// title = \"null\"#xD;\n/// status = \"draft\"#xD;\n#xD;\n// Define the usage of FHIR resource types with specific aliases#xD;\n#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Observation\" alias sourceObservation as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Condition\" alias sourceCondition as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Procedure\" alias sourceProcedure as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Immunization\" alias sourceImmunization as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Medication\" alias sourceMedication as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/MedicationStatement\" alias sourceMedicationStatement as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/MedicationRequest\" alias sourceMedicationRequest as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/MedicationAdministration\" alias sourceMedicationAdministration as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/MedicationDispense\" alias sourceMedicationDispense as source#xD;\nuses \"http://hl7.org/fhir/StructureDefinition/Condition\" alias targetCondition as target#xD;\n#xD;\ngroup MapToVaccineConditionObservation(source src : any, target tgt : targetCondition) {#xD;\n  src as sourceObservation where (src is Observation) -&gt; tgt then MapFromObservation(src, tgt) \"SourceObservationToTarget\";#xD;\n  src as sourceCondition where (src is Condition) -&gt; tgt then MapFromCondition(src, tgt) \"SourceConditionToTarget\";#xD;\n  src as sourceProcedure where (src is Procedure) -&gt; tgt then MapFromProcedure(src, tgt) \"SourceProcedureToTarget\";#xD;\n  src as sourceImmunization where (src is Immunization) -&gt; tgt then MapFromImmunization(src, tgt) \"SourceImmunizationToTarget\";#xD;\n  src as sourceMedication where (src is Medication) -&gt; tgt then MapFromMedication(src, tgt) \"SourceMedicationToTarget\";#xD;\n  src as sourceMedicationStatement where (src is MedicationStatement) -&gt; tgt then MapFromMedicationStatement(src, tgt) \"SourceMedStatementToTarget\";#xD;\n  src as sourceMedicationRequest where (src is MedicationRequest) -&gt; tgt then MapFromMedicationRequest(src, tgt) \"SourceMedRequestToTarget\";#xD;\n  src as sourceMedicationAdministration where (src is MedicationAdministration) -&gt; tgt then MapFromMedicationAdministration(src, tgt) \"SourceMedAdminToTarget\";#xD;\n  src as sourceMedicationDispense where (src is MedicationDispense) -&gt; tgt then MapFromMedicationDispense(src, tgt) \"SourceMedDispenseToTarget\";#xD;\n}#xD;\n#xD;\ngroup MapFromObservation(source src : sourceObservation, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetObservationStatus\";#xD;\n  src.code as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyObsMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.effectiveDateTime \"SetObsOnsetDateTime\";#xD;\n  src -&gt; tgt.onsetPeriod = src.effectivePeriod \"SetObsOnsetPeriod\";#xD;\n  src -&gt; tgt.onsetDateTime = src.effectiveInstant \"SetObsOnsetInstant\";#xD;\n}#xD;\n#xD;\ngroup MapFromCondition(source src : sourceCondition, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetConditionStatus\";#xD;\n  src.code as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyCondMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.onsetDateTime \"SetCondOnsetDateTime\";#xD;\n  src -&gt; tgt.onsetAge = src.onsetAge \"SetCondOnsetAge\";#xD;\n  src -&gt; tgt.onsetPeriod = src.onsetPeriod \"SetCondOnsetPeriod\";#xD;\n  src -&gt; tgt.onsetRange = src.onsetRange \"SetCondOnsetRange\";#xD;\n  src -&gt; tgt.onsetString = src.onsetString \"SetCondOnsetString\";#xD;\n  src -&gt; tgt.abatementDateTime = src.abatementDateTime \"SetCondAbatementDateTime\";#xD;\n  src -&gt; tgt.abatementAge = src.abatementAge \"SetCondAbatementAge\";#xD;\n  src -&gt; tgt.abatementPeriod = src.abatementPeriod \"SetCondAbatementPeriod\";#xD;\n  src -&gt; tgt.abatementRange = src.abatementRange \"SetCondAbatementRange\";#xD;\n  src -&gt; tgt.abatementString = src.abatementString \"SetCondAbatementString\";#xD;\n}#xD;\n#xD;\ngroup MapFromProcedure(source src : sourceProcedure, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetProcedureStatus\";#xD;\n  src.code as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyProcedureMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.performedDateTime \"SetProcedureOnsetDateTime\";#xD;\n  src -&gt; tgt.onsetAge = src.performedAge \"SetProcedureOnsetAge\";#xD;\n  src -&gt; tgt.onsetPeriod = src.performedPeriod \"SetProcedureOnsetPeriod\";#xD;\n  src -&gt; tgt.onsetRange = src.performedRange \"SetProcedureOnsetRange\";#xD;\n  src -&gt; tgt.onsetString = src.performedString \"SetProcedureOnsetString\";#xD;\n}#xD;\n#xD;\ngroup MapFromImmunization(source src : sourceImmunization, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetImmunizationStatus\";#xD;\n  src.vaccineCode as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyImmunizationMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.occurrenceDateTime \"SetImmunizationOnsetDateTime\";#xD;\n  src -&gt; tgt.onsetString = src.occurrenceString \"SetImmunizationOnsetString\";#xD;\n}#xD;\n#xD;\ngroup MapFromMedication(source src : sourceMedication, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetMedicationStatus\";#xD;\n  src.code as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyMedicationMappings\";#xD;\n}#xD;\n#xD;\n// TODO(Dokotela): what about medicationReference?#xD;\ngroup MapFromMedicationStatement(source src : sourceMedicationStatement, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetMedStatementStatus\";#xD;\n  src.medicationCodeableConcept as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyMedStatementMappings\";#xD;\n}#xD;\n#xD;\ngroup MapFromMedicationRequest(source src : sourceMedicationRequest, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetMedRequestStatus\";#xD;\n  src.medicationCodeableConcept as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyMedRequestMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.authoredOn \"SetMedRequestOnsetDateTime\";#xD;\n}#xD;\n#xD;\ngroup MapFromMedicationAdministration(source src : sourceMedicationAdministration, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetMedAdminStatus\";#xD;\n  src.medicationCodeableConcept as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyMedAdminMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.effectiveDateTime \"SetMedAdminOnsetDateTime\";#xD;\n  src -&gt; tgt.onsetPeriod = src.effectivePeriod \"SetMedAdminOnsetPeriod\";#xD;\n}#xD;\n#xD;\ngroup MapFromMedicationDispense(source src : sourceMedicationDispense, target tgt : targetCondition) {#xD;\n  src -&gt; tgt.status = 'active' \"SetMedDispenseStatus\";#xD;\n  src.medicationCodeableConcept as code -&gt; code.coding as coding then ApplyCommonMappings(coding, tgt) \"ApplyMedDispenseMappings\";#xD;\n  src -&gt; tgt.onsetDateTime = src.whenHandedOver \"SetMedDispenseOnsetDateTime\";#xD;\n}#xD;\n#xD;\ngroup ApplyCommonMappings(source src : Coding, target tgt : targetCondition) {#xD;\n  src.system as systemValue where systemValue = 'http://snomed.info/sct' -&gt; tgt.code = create('CodeableConcept') as newCC then {#xD;\n    src -&gt; newCC.coding = create('Coding') as newCoding then {#xD;\n      src.code as codeValue where codeValue = '370388006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '003',  newCoding.display = 'Patient Immunocompromised' \"SetSNOMEDCode370388006\";#xD;\n      src.code as codeValue where codeValue = '234336002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '004',  newCoding.display = 'Hemopoietic stem cell transplant [procedure]' \"SetSNOMEDCode234336002\";#xD;\n      src.code as codeValue where codeValue = '50711007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '005',  newCoding.display = 'Viral hepatitis type C [disorder]' \"SetSNOMEDCode50711007\";#xD;\n      src.code as codeValue where codeValue = '77386006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '007',  newCoding.display = 'Patient currently pregnant [finding]' \"SetSNOMEDCode77386006\";#xD;\n      src.code as codeValue where codeValue = '102874004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '007',  newCoding.display = 'Possible pregnancy [finding]' \"SetSNOMEDCode102874004\";#xD;\n      src.code as codeValue where codeValue = '255409004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '007',  newCoding.display = 'Pregnant woman [person]' \"SetSNOMEDCode255409004\";#xD;\n      src.code as codeValue where codeValue = '413712001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '009',  newCoding.display = 'Breastfeeding [mother] [observable entity]' \"SetSNOMEDCode413712001\";#xD;\n      src.code as codeValue where codeValue = '230744007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '010',  newCoding.display = 'Cerebrospinal fluid leak [disorder]' \"SetSNOMEDCode230744007\";#xD;\n      src.code as codeValue where codeValue = '449840001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '011',  newCoding.display = 'Cochlear prosthesis in situ [finding]' \"SetSNOMEDCode449840001\";#xD;\n      src.code as codeValue where codeValue = '43252007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '011',  newCoding.display = 'Cochlear prosthesis, device [physical object]' \"SetSNOMEDCode43252007\";#xD;\n      src.code as codeValue where codeValue = '359612003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '011',  newCoding.display = 'Implantation of cochlear prosthetic device [procedure]' \"SetSNOMEDCode359612003\";#xD;\n      src.code as codeValue where codeValue = '31323000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '013',  newCoding.display = 'Severe combined immunodeficiency disease [disorder]' \"SetSNOMEDCode31323000\";#xD;\n      src.code as codeValue where codeValue = '73211009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '014',  newCoding.display = 'Diabetes mellitus [disorder]' \"SetSNOMEDCode73211009\";#xD;\n      src.code as codeValue where codeValue = '328383001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '015',  newCoding.display = 'Chronic liver disease [disorder]' \"SetSNOMEDCode328383001\";#xD;\n      src.code as codeValue where codeValue = '19943007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '015',  newCoding.display = 'Cirrhosis of liver [disorder]' \"SetSNOMEDCode19943007\";#xD;\n      src.code as codeValue where codeValue = '128238001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '016',  newCoding.display = 'Chronic heart disease [disorder]' \"SetSNOMEDCode128238001\";#xD;\n      src.code as codeValue where codeValue = '42343007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '016',  newCoding.display = 'Congestive heart failure [disorder]' \"SetSNOMEDCode42343007\";#xD;\n      src.code as codeValue where codeValue = '57809008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '016',  newCoding.display = 'Myocardial disease [disorder]' \"SetSNOMEDCode57809008\";#xD;\n      src.code as codeValue where codeValue = '12770006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '016',  newCoding.display = 'Cyanotic congenital heart disease [disorder]' \"SetSNOMEDCode12770006\";#xD;\n      src.code as codeValue where codeValue = '413839001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '017',  newCoding.display = 'Chronic lung disease [disorder]' \"SetSNOMEDCode413839001\";#xD;\n      src.code as codeValue where codeValue = '13645005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '017',  newCoding.display = 'Chronic obstructive lung disease [disorder]' \"SetSNOMEDCode13645005\";#xD;\n      src.code as codeValue where codeValue = '87433001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '017',  newCoding.display = 'Pulmonary emphysema [disorder]' \"SetSNOMEDCode87433001\";#xD;\n      src.code as codeValue where codeValue = '278971009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '018',  newCoding.display = 'Hepatitis A Immune [Finding]' \"SetSNOMEDCode278971009\";#xD;\n      src.code as codeValue where codeValue = '271511000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '019',  newCoding.display = 'Hepatitis B Immune [Finding]' \"SetSNOMEDCode271511000\";#xD;\n      src.code as codeValue where codeValue = '371111005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '020',  newCoding.display = 'Measles Immune [finding]' \"SetSNOMEDCode371111005\";#xD;\n      src.code as codeValue where codeValue = '371112003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '021',  newCoding.display = 'Mumps Immune [finding]' \"SetSNOMEDCode371112003\";#xD;\n      src.code as codeValue where codeValue = '278968001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '022',  newCoding.display = 'Rubella Immune [finding]' \"SetSNOMEDCode278968001\";#xD;\n      src.code as codeValue where codeValue = '371113008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '023',  newCoding.display = 'Varicella Immune' \"SetSNOMEDCode371113008\";#xD;\n      src.code as codeValue where codeValue = '38907003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '024',  newCoding.display = 'Varicella [Disorder]' \"SetSNOMEDCode38907003\";#xD;\n      src.code as codeValue where codeValue = '4740000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '025',  newCoding.display = 'Herpes Zoster [Disorder]' \"SetSNOMEDCode4740000\";#xD;\n      src.code as codeValue where codeValue = '86406008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '026',  newCoding.display = 'Human immunodeficiency virus infection [disorder]' \"SetSNOMEDCode86406008\";#xD;\n      src.code as codeValue where codeValue = '427314002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '026',  newCoding.display = 'Antiviral therapy [procedure]' \"SetSNOMEDCode427314002\";#xD;\n      src.code as codeValue where codeValue = '390798007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '027',  newCoding.display = 'Asthma finding [finding]' \"SetSNOMEDCode390798007\";#xD;\n      src.code as codeValue where codeValue = '195967001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '027',  newCoding.display = 'Asthma [disorder]' \"SetSNOMEDCode195967001\";#xD;\n      src.code as codeValue where codeValue = '35327006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '028',  newCoding.display = 'Intussusception [morphologic abnormality]' \"SetSNOMEDCode35327006\";#xD;\n      src.code as codeValue where codeValue = '49723003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '028',  newCoding.display = 'Intussusception of intestine [disorder]' \"SetSNOMEDCode49723003\";#xD;\n      src.code as codeValue where codeValue = '69776003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '029',  newCoding.display = 'Acute gastroenteritis [disorder]' \"SetSNOMEDCode69776003\";#xD;\n      src.code as codeValue where codeValue = '56717001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '031',  newCoding.display = 'Tuberculosis [disorder]' \"SetSNOMEDCode56717001\";#xD;\n      src.code as codeValue where codeValue = '372763006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Amantadine [substance]' \"SetSNOMEDCode372763006\";#xD;\n      src.code as codeValue where codeValue = '51361008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Amantadine [product]' \"SetSNOMEDCode51361008\";#xD;\n      src.code as codeValue where codeValue = '372532009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Rimantadine [substance]' \"SetSNOMEDCode372532009\";#xD;\n      src.code as codeValue where codeValue = '108712009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Rimantadine [product]' \"SetSNOMEDCode108712009\";#xD;\n      src.code as codeValue where codeValue = '387010007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Zanamivir [substance]' \"SetSNOMEDCode387010007\";#xD;\n      src.code as codeValue where codeValue = '116100000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Zanamivir [product]' \"SetSNOMEDCode116100000\";#xD;\n      src.code as codeValue where codeValue = '412261005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Oseltamivir [substance]' \"SetSNOMEDCode412261005\";#xD;\n      src.code as codeValue where codeValue = '386142008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '033',  newCoding.display = 'Oseltamivir [product]' \"SetSNOMEDCode386142008\";#xD;\n      src.code as codeValue where codeValue = '405742008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '034',  newCoding.display = 'Aspirin therapy finding [finding]' \"SetSNOMEDCode405742008\";#xD;\n      src.code as codeValue where codeValue = '76102007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '036',  newCoding.display = 'Male homosexual [finding]' \"SetSNOMEDCode76102007\";#xD;\n      src.code as codeValue where codeValue = '225531006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '036',  newCoding.display = 'Homosexual behavior [finding]' \"SetSNOMEDCode225531006\";#xD;\n      src.code as codeValue where codeValue = '225516002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '037',  newCoding.display = 'Multiple sexual contacts [finding]' \"SetSNOMEDCode225516002\";#xD;\n      src.code as codeValue where codeValue = '228460004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '037',  newCoding.display = 'Multiple current sexual partners [finding]' \"SetSNOMEDCode228460004\";#xD;\n      src.code as codeValue where codeValue = '228466005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '037',  newCoding.display = 'Commitment to sexual relationship [observable entity]' \"SetSNOMEDCode228466005\";#xD;\n      src.code as codeValue where codeValue = '225517006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '038',  newCoding.display = 'Sexual partners [observable entity]' \"SetSNOMEDCode225517006\";#xD;\n      src.code as codeValue where codeValue = '11723008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '038',  newCoding.display = 'Contact with [contextual qualifier] [qualifier value]' \"SetSNOMEDCode11723008\";#xD;\n      src.code as codeValue where codeValue = '165806002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '038',  newCoding.display = 'Hepatitis B surface antigen positive [finding]' \"SetSNOMEDCode165806002\";#xD;\n      src.code as codeValue where codeValue = '305489005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '039',  newCoding.display = 'Under care of genitourinary medicine physician [finding]' \"SetSNOMEDCode305489005\";#xD;\n      src.code as codeValue where codeValue = '305679000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '039',  newCoding.display = 'Seen by genitourinary medicine physician [finding]' \"SetSNOMEDCode305679000\";#xD;\n      src.code as codeValue where codeValue = '8098009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '039',  newCoding.display = 'Sexually transmitted infectious disease [disorder]' \"SetSNOMEDCode8098009\";#xD;\n      src.code as codeValue where codeValue = '307052004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '040',  newCoding.display = 'Illicit drug use [finding]' \"SetSNOMEDCode307052004\";#xD;\n      src.code as codeValue where codeValue = '228366006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '040',  newCoding.display = 'Finding relating to drug misuse behavior [finding]' \"SetSNOMEDCode228366006\";#xD;\n      src.code as codeValue where codeValue = '226034001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '041',  newCoding.display = 'Injecting drug user [finding]' \"SetSNOMEDCode226034001\";#xD;\n      src.code as codeValue where codeValue = '228388006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '041',  newCoding.display = 'Intravenous drug user  [finding]' \"SetSNOMEDCode228388006\";#xD;\n      src.code as codeValue where codeValue = '145101000119102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '041',  newCoding.display = 'Intravenous cocaine abuse [disorder]' \"SetSNOMEDCode145101000119102\";#xD;\n      src.code as codeValue where codeValue = '403746009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '041',  newCoding.display = 'Skin lesion due to intravenous drug abuse [disorder]' \"SetSNOMEDCode403746009\";#xD;\n      src.code as codeValue where codeValue = '860699005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '041',  newCoding.display = 'Deep vein thrombosis of lower extremity due to intravenous drug use [disorder]' \"SetSNOMEDCode860699005\";#xD;\n      src.code as codeValue where codeValue = '77176002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '042',  newCoding.display = 'Smoker [finding]' \"SetSNOMEDCode77176002\";#xD;\n      src.code as codeValue where codeValue = '228281002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '043',  newCoding.display = 'Problem drinker [finding]' \"SetSNOMEDCode228281002\";#xD;\n      src.code as codeValue where codeValue = '7200002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '043',  newCoding.display = 'Alcoholism [disorder]' \"SetSNOMEDCode7200002\";#xD;\n      src.code as codeValue where codeValue = '159138004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '050',  newCoding.display = 'Microbiologist [occupation]' \"SetSNOMEDCode159138004\";#xD;\n      src.code as codeValue where codeValue = '14698002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '050',  newCoding.display = 'Medical microbiologist [occupation]' \"SetSNOMEDCode14698002\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '050',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '17872004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '050',  newCoding.display = 'Neisseria meningitidis [organism]' \"SetSNOMEDCode17872004\";#xD;\n      src.code as codeValue where codeValue = '159138004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '051',  newCoding.display = 'Microbiologist [occupation]' \"SetSNOMEDCode159138004\";#xD;\n      src.code as codeValue where codeValue = '14698002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '051',  newCoding.display = 'Medical microbiologist [occupation]' \"SetSNOMEDCode14698002\";#xD;\n      src.code as codeValue where codeValue = '159282002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '051',  newCoding.display = 'Laboratory technician [occupation]' \"SetSNOMEDCode159282002\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '051',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '5595000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '051',  newCoding.display = 'Salmonella Typhi [organism]' \"SetSNOMEDCode5595000\";#xD;\n      src.code as codeValue where codeValue = '159282002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '052',  newCoding.display = 'Laboratory technician [occupation]' \"SetSNOMEDCode159282002\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '052',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '26630006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '052',  newCoding.display = 'Yellow fever virus [organism]' \"SetSNOMEDCode26630006\";#xD;\n      src.code as codeValue where codeValue = '159282002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '053',  newCoding.display = 'Laboratory technician [occupation]' \"SetSNOMEDCode159282002\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '053',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '59881000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '053',  newCoding.display = 'Rabies virus [organism]' \"SetSNOMEDCode59881000\";#xD;\n      src.code as codeValue where codeValue = '159282002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '054',  newCoding.display = 'Laboratory technician [occupation]' \"SetSNOMEDCode159282002\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '054',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '44172002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '054',  newCoding.display = 'Human poliovirus [organism]' \"SetSNOMEDCode44172002\";#xD;\n      src.code as codeValue where codeValue = '223366009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '055',  newCoding.display = 'Healthcare professional [occupation]' \"SetSNOMEDCode223366009\";#xD;\n      src.code as codeValue where codeValue = '223366009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '056',  newCoding.display = 'Healthcare professional [occupation]' \"SetSNOMEDCode223366009\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '056',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '44172002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '056',  newCoding.display = 'Human poliovirus [organism]' \"SetSNOMEDCode44172002\";#xD;\n      src.code as codeValue where codeValue = '26369006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health nurse [occupation]' \"SetSNOMEDCode26369006\";#xD;\n      src.code as codeValue where codeValue = '68867008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health dentist [occupation]' \"SetSNOMEDCode68867008\";#xD;\n      src.code as codeValue where codeValue = '307969004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health officer [occupation]' \"SetSNOMEDCode307969004\";#xD;\n      src.code as codeValue where codeValue = '56466003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health physician [occupation]' \"SetSNOMEDCode56466003\";#xD;\n      src.code as codeValue where codeValue = '56079002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health veterinarian [occupation]' \"SetSNOMEDCode56079002\";#xD;\n      src.code as codeValue where codeValue = '60008001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Public health nutritionist [occupation]' \"SetSNOMEDCode60008001\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '87612001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Blood [substance]' \"SetSNOMEDCode87612001\";#xD;\n      src.code as codeValue where codeValue = '32457005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '057',  newCoding.display = 'Body fluid [substance]' \"SetSNOMEDCode32457005\";#xD;\n      src.code as codeValue where codeValue = '223366009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Healthcare professional [occupation]' \"SetSNOMEDCode223366009\";#xD;\n      src.code as codeValue where codeValue = '158942005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Residential child care worker [occupation]' \"SetSNOMEDCode158942005\";#xD;\n      src.code as codeValue where codeValue = '158939004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Child care officer [occupation]' \"SetSNOMEDCode158939004\";#xD;\n      src.code as codeValue where codeValue = '73851001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Plumber [general] [occupation]' \"SetSNOMEDCode73851001\";#xD;\n      src.code as codeValue where codeValue = '160157004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Sewerman [occupation]' \"SetSNOMEDCode160157004\";#xD;\n      src.code as codeValue where codeValue = '266006009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Food/drink processor [occupation]' \"SetSNOMEDCode266006009\";#xD;\n      src.code as codeValue where codeValue = '274272004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Catering services occupation [occupation]' \"SetSNOMEDCode274272004\";#xD;\n      src.code as codeValue where codeValue = '160133004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '059',  newCoding.display = 'Packer - food/garden produce [occupation]' \"SetSNOMEDCode160133004\";#xD;\n      src.code as codeValue where codeValue = '265940000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '060',  newCoding.display = 'Animal health occupation [occupation]' \"SetSNOMEDCode265940000\";#xD;\n      src.code as codeValue where codeValue = '159091009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '061',  newCoding.display = 'Trainer - performing animals [occupation]' \"SetSNOMEDCode159091009\";#xD;\n      src.code as codeValue where codeValue = '24932003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '062',  newCoding.display = 'Exposure to [contextual qualifier] [qualifier value]' \"SetSNOMEDCode24932003\";#xD;\n      src.code as codeValue where codeValue = '59881000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '062',  newCoding.display = 'Rabies virus [organism]' \"SetSNOMEDCode59881000\";#xD;\n      src.code as codeValue where codeValue = '65853000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '063',  newCoding.display = 'Student [occupation]' \"SetSNOMEDCode65853000\";#xD;\n      src.code as codeValue where codeValue = '257561002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '063',  newCoding.display = 'Further education establishment [environment]' \"SetSNOMEDCode257561002\";#xD;\n      src.code as codeValue where codeValue = '90688005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '066',  newCoding.display = 'Chronic renal failure syndrome [disorder]' \"SetSNOMEDCode90688005\";#xD;\n      src.code as codeValue where codeValue = '20078004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '068',  newCoding.display = 'Substance abuse treatment center [environment]' \"SetSNOMEDCode20078004\";#xD;\n      src.code as codeValue where codeValue = '257656006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '069',  newCoding.display = 'Penal institution [environment]' \"SetSNOMEDCode257656006\";#xD;\n      src.code as codeValue where codeValue = '410519009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '070',  newCoding.display = 'At risk context [qualifier value]' \"SetSNOMEDCode410519009\";#xD;\n      src.code as codeValue where codeValue = '443684005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '070',  newCoding.display = 'Disease outbreak [event]' \"SetSNOMEDCode443684005\";#xD;\n      src.code as codeValue where codeValue = '11723008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '071',  newCoding.display = 'Contact with [contextual qualifier] [qualifier value]' \"SetSNOMEDCode11723008\";#xD;\n      src.code as codeValue where codeValue = '165806002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '071',  newCoding.display = 'Hepatitis B surface antigen positive [finding]' \"SetSNOMEDCode165806002\";#xD;\n      src.code as codeValue where codeValue = '170484009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '072',  newCoding.display = 'Typhoid carrier [finding]' \"SetSNOMEDCode170484009\";#xD;\n      src.code as codeValue where codeValue = '12271241000119109' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '075',  newCoding.display = 'Transgender identify [finding]' \"SetSNOMEDCode12271241000119109\";#xD;\n      src.code as codeValue where codeValue = '84757009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '076',  newCoding.display = 'Epilepsy [disorder]' \"SetSNOMEDCode84757009\";#xD;\n      src.code as codeValue where codeValue = '192711008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '079',  newCoding.display = 'Post diphtheria vaccination encephalitis [disorder]' \"SetSNOMEDCode192711008\";#xD;\n      src.code as codeValue where codeValue = '192710009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '079',  newCoding.display = 'Post tetanus vaccination encephalitis [disorder]' \"SetSNOMEDCode192710009\";#xD;\n      src.code as codeValue where codeValue = '192712001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '079',  newCoding.display = 'Post pertussis vaccination encephalitis [disorder]' \"SetSNOMEDCode192712001\";#xD;\n      src.code as codeValue where codeValue = '293104008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '080',  newCoding.display = 'Vaccines adverse reaction [disorder]' \"SetSNOMEDCode293104008\";#xD;\n      src.code as codeValue where codeValue = '293117006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'Poliomyelitis vaccine adverse reaction [disorder]' \"SetSNOMEDCode293117006\";#xD;\n      src.code as codeValue where codeValue = '451301000124103' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '082',  newCoding.display = 'Adverse reaction caused by Japanese encephalitis virus vaccine [disorder]' \"SetSNOMEDCode451301000124103\";#xD;\n      src.code as codeValue where codeValue = '429301000124101' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Adverse reaction to rotavirus vaccine [disorder]' \"SetSNOMEDCode429301000124101\";#xD;\n      src.code as codeValue where codeValue = '293122006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid vaccine adverse reaction [disorder]' \"SetSNOMEDCode293122006\";#xD;\n      src.code as codeValue where codeValue = '420113004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza virus vaccine adverse reaction [disorder]' \"SetSNOMEDCode420113004\";#xD;\n      src.code as codeValue where codeValue = '293115003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'Pertussis vaccine adverse reaction [disorder]' \"SetSNOMEDCode293115003\";#xD;\n      src.code as codeValue where codeValue = '219085007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Adverse reaction to diphtheria vaccine [disorder]' \"SetSNOMEDCode219085007\";#xD;\n      src.code as codeValue where codeValue = '219084006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Adverse reaction to tetanus vaccine [disorder]' \"SetSNOMEDCode219084006\";#xD;\n      src.code as codeValue where codeValue = '451331000124106' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '089',  newCoding.display = 'Adverse reaction caused by varicella virus live vaccine [disorder]' \"SetSNOMEDCode451331000124106\";#xD;\n      src.code as codeValue where codeValue = '429311000124103' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = 'Adverse reaction to human papillomavirus vaccine [disorder]' \"SetSNOMEDCode429311000124103\";#xD;\n      src.code as codeValue where codeValue = '219096004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'Adverse reaction to measles vaccine [disorder]' \"SetSNOMEDCode219096004\";#xD;\n      src.code as codeValue where codeValue = '293114004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'Mumps vaccine adverse reaction [disorder]' \"SetSNOMEDCode293114004\";#xD;\n      src.code as codeValue where codeValue = '293119009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'Rubella vaccine adverse reaction [disorder]' \"SetSNOMEDCode293119009\";#xD;\n      src.code as codeValue where codeValue = '293116002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'Pneumococcal vaccine adverse reaction [disorder]' \"SetSNOMEDCode293116002\";#xD;\n      src.code as codeValue where codeValue = '2219088009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Adverse reaction to meningococcal vaccine [disorder]' \"SetSNOMEDCode2219088009\";#xD;\n      src.code as codeValue where codeValue = '451111000124103' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Adverse reaction caused by meningococcal conjugate vaccine [disorder]' \"SetSNOMEDCode451111000124103\";#xD;\n      src.code as codeValue where codeValue = '293126009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Hepatitis A vaccine adverse reaction [disorder]' \"SetSNOMEDCode293126009\";#xD;\n      src.code as codeValue where codeValue = '293110008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hepatitis B vaccine adverse reaction [disorder]' \"SetSNOMEDCode293110008\";#xD;\n      src.code as codeValue where codeValue = '293127000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'Haemophilus influenzae Type B vaccine adverse reaction [disorder]' \"SetSNOMEDCode293127000\";#xD;\n      src.code as codeValue where codeValue = '219095000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '099',  newCoding.display = 'Adverse reaction to yellow fever vaccine [disorder]' \"SetSNOMEDCode219095000\";#xD;\n      src.code as codeValue where codeValue = '451291000124104' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '100',  newCoding.display = 'Adverse reaction caused by zoster vaccine [disorder]' \"SetSNOMEDCode451291000124104\";#xD;\n      src.code as codeValue where codeValue = '213020009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '101',  newCoding.display = 'Egg protein allergy [disorder]' \"SetSNOMEDCode213020009\";#xD;\n      src.code as codeValue where codeValue = '91930004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '101',  newCoding.display = 'Allergy to eggs [disorder]' \"SetSNOMEDCode91930004\";#xD;\n      src.code as codeValue where codeValue = '293309006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '102',  newCoding.display = 'Gelatin adverse reaction [disorder]' \"SetSNOMEDCode293309006\";#xD;\n      src.code as codeValue where codeValue = '294847001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '102',  newCoding.display = 'Gelatin allergy [disorder]' \"SetSNOMEDCode294847001\";#xD;\n      src.code as codeValue where codeValue = '300916003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '104',  newCoding.display = 'Latex allergy [disorder]' \"SetSNOMEDCode300916003\";#xD;\n      src.code as codeValue where codeValue = '441593005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '104',  newCoding.display = 'Anaphylaxis due to latex [disorder]' \"SetSNOMEDCode441593005\";#xD;\n      src.code as codeValue where codeValue = '419522004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '106',  newCoding.display = 'Gentamycin sensitivity [disorder]' \"SetSNOMEDCode419522004\";#xD;\n      src.code as codeValue where codeValue = '420094007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '106',  newCoding.display = 'Gentamicin adverse reaction [disorder]' \"SetSNOMEDCode420094007\";#xD;\n      src.code as codeValue where codeValue = '294469003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '106',  newCoding.display = 'Gentamicin allergy [disorder]' \"SetSNOMEDCode294469003\";#xD;\n      src.code as codeValue where codeValue = '294468006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '107',  newCoding.display = 'Neomycin allergy [disorder]' \"SetSNOMEDCode294468006\";#xD;\n      src.code as codeValue where codeValue = '292927007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '107',  newCoding.display = 'Neomycin adverse reaction [disorder]' \"SetSNOMEDCode292927007\";#xD;\n      src.code as codeValue where codeValue = '294466005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '108',  newCoding.display = 'Streptomycin allergy [disorder]' \"SetSNOMEDCode294466005\";#xD;\n      src.code as codeValue where codeValue = '292925004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '108',  newCoding.display = 'Streptomycin adverse reaction [disorder]' \"SetSNOMEDCode292925004\";#xD;\n      src.code as codeValue where codeValue = '294530006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '109',  newCoding.display = 'Polymyxin B allergy [disorder]' \"SetSNOMEDCode294530006\";#xD;\n      src.code as codeValue where codeValue = '292992006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '109',  newCoding.display = 'Polymyxin B adverse reaction [disorder]' \"SetSNOMEDCode292992006\";#xD;\n      src.code as codeValue where codeValue = '703936006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '110',  newCoding.display = 'Allergy to yeast [disorder]' \"SetSNOMEDCode703936006\";#xD;\n      src.code as codeValue where codeValue = '293118001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '113',  newCoding.display = 'Rabies vaccine adverse reaction [disorder]' \"SetSNOMEDCode293118001\";#xD;\n      src.code as codeValue where codeValue = '46177005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '114',  newCoding.display = 'End stage renal disease [disorder]' \"SetSNOMEDCode46177005\";#xD;\n      src.code as codeValue where codeValue = '64520006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '115',  newCoding.display = 'Protamine sulfate [substance]' \"SetSNOMEDCode64520006\";#xD;\n      src.code as codeValue where codeValue = '294278007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '115',  newCoding.display = 'Protamine allergy [disorder]' \"SetSNOMEDCode294278007\";#xD;\n      src.code as codeValue where codeValue = '451281000124102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '116',  newCoding.display = 'Adverse reaction caused by meningococcal group B vaccine [disorder]' \"SetSNOMEDCode451281000124102\";#xD;\n      src.code as codeValue where codeValue = '219082005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'Adverse reaction caused by cholera vaccine [disorder]' \"SetSNOMEDCode219082005\";#xD;\n      src.code as codeValue where codeValue = '32911000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '121',  newCoding.display = 'Homeless [finding]' \"SetSNOMEDCode32911000\";#xD;\n      src.code as codeValue where codeValue = '116859006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '132',  newCoding.display = 'Transfusion of blood product [procedure]' \"SetSNOMEDCode116859006\";#xD;\n      src.code as codeValue where codeValue = '116859006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '133',  newCoding.display = 'Transfusion of blood product [procedure]' \"SetSNOMEDCode116859006\";#xD;\n      src.code as codeValue where codeValue = '116859006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '134',  newCoding.display = 'Transfusion of blood product [procedure]' \"SetSNOMEDCode116859006\";#xD;\n      src.code as codeValue where codeValue = '13569004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '135',  newCoding.display = 'Transfusion of plasma [procedure]' \"SetSNOMEDCode13569004\";#xD;\n      src.code as codeValue where codeValue = '12719002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '135',  newCoding.display = 'Platelet transfusion [procedure]' \"SetSNOMEDCode12719002\";#xD;\n      src.code as codeValue where codeValue = '65880007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '145',  newCoding.display = 'X-linked agammaglobulinemia [disorder]' \"SetSNOMEDCode65880007\";#xD;\n      src.code as codeValue where codeValue = '23238000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '145',  newCoding.display = 'Common variable agammaglobulinemia [disorder]' \"SetSNOMEDCode23238000\";#xD;\n      src.code as codeValue where codeValue = '190979003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '146',  newCoding.display = 'Selective immunoglobulin A deficiency [disorder]' \"SetSNOMEDCode190979003\";#xD;\n      src.code as codeValue where codeValue = '123785006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '146',  newCoding.display = 'Immunoglobulin G subclass deficiency [finding]' \"SetSNOMEDCode123785006\";#xD;\n      src.code as codeValue where codeValue = '31323000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '147',  newCoding.display = 'Severe combined immunodeficiency disease [disorder]' \"SetSNOMEDCode31323000\";#xD;\n      src.code as codeValue where codeValue = '77128003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '147',  newCoding.display = 'DiGeorge sequence [disorder]' \"SetSNOMEDCode77128003\";#xD;\n      src.code as codeValue where codeValue = '77128003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '148',  newCoding.display = 'DiGeorge sequence [disorder]' \"SetSNOMEDCode77128003\";#xD;\n      src.code as codeValue where codeValue = '36070007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '148',  newCoding.display = 'Wiskott-Aldrich syndrome [disorder]' \"SetSNOMEDCode36070007\";#xD;\n      src.code as codeValue where codeValue = '68504005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '148',  newCoding.display = 'Ataxia-telangiectasia syndrome [disorder]' \"SetSNOMEDCode68504005\";#xD;\n      src.code as codeValue where codeValue = '24743004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '150',  newCoding.display = 'Complement deficiency disease [disorder]' \"SetSNOMEDCode24743004\";#xD;\n      src.code as codeValue where codeValue = '24743004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '151',  newCoding.display = 'Complement deficiency disease [disorder]' \"SetSNOMEDCode24743004\";#xD;\n      src.code as codeValue where codeValue = '81166004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '151',  newCoding.display = 'Properdin deficiency disease [disorder]' \"SetSNOMEDCode81166004\";#xD;\n      src.code as codeValue where codeValue = '234605000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '151',  newCoding.display = 'Factor B deficiency [disorder]' \"SetSNOMEDCode234605000\";#xD;\n      src.code as codeValue where codeValue = '387759001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '152',  newCoding.display = 'Chronic granulomatous disease [disorder]' \"SetSNOMEDCode387759001\";#xD;\n      src.code as codeValue where codeValue = '77358003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '153',  newCoding.display = 'Congenital leukocyte adherence deficiency [disorder]' \"SetSNOMEDCode77358003\";#xD;\n      src.code as codeValue where codeValue = '234433009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '153',  newCoding.display = 'Myeloperoxidase deficiency [disorder]' \"SetSNOMEDCode234433009\";#xD;\n      src.code as codeValue where codeValue = '62479008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '154',  newCoding.display = 'Acquired immune deficiency syndrome [disorder]' \"SetSNOMEDCode62479008\";#xD;\n      src.code as codeValue where codeValue = '62479008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '155',  newCoding.display = 'Acquired immune deficiency syndrome [disorder]' \"SetSNOMEDCode62479008\";#xD;\n      src.code as codeValue where codeValue = '77465005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '157',  newCoding.display = 'Transplantation [procedure]' \"SetSNOMEDCode77465005\";#xD;\n      src.code as codeValue where codeValue = '313039003' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '157',  newCoding.display = 'Solid organ transplant [procedure]' \"SetSNOMEDCode313039003\";#xD;\n      src.code as codeValue where codeValue = '86553008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '158',  newCoding.display = 'Immunosuppressive therapy [procedure]' \"SetSNOMEDCode86553008\";#xD;\n      src.code as codeValue where codeValue = '53438000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '159',  newCoding.display = 'Radiation therapy procedure or service [procedure]' \"SetSNOMEDCode53438000\";#xD;\n      src.code as codeValue where codeValue = '707147002' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '160',  newCoding.display = 'Asplenia [disorder]' \"SetSNOMEDCode707147002\";#xD;\n      src.code as codeValue where codeValue = '709044004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '161',  newCoding.display = 'Chronic kidney disease [disorder]' \"SetSNOMEDCode709044004\";#xD;\n      src.code as codeValue where codeValue = '52254009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '167',  newCoding.display = 'Nephrotic syndrome [disorder]' \"SetSNOMEDCode52254009\";#xD;\n      src.code as codeValue where codeValue = '367336001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '168',  newCoding.display = 'Chemotherapy [procedure]' \"SetSNOMEDCode367336001\";#xD;\n      src.code as codeValue where codeValue = '213017001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '169',  newCoding.display = 'Sexual abuse [event]' \"SetSNOMEDCode213017001\";#xD;\n      src.code as codeValue where codeValue = '422608009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '169',  newCoding.display = 'Sexual assault [finding' \"SetSNOMEDCode422608009\";#xD;\n      src.code as codeValue where codeValue = '248110007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '169',  newCoding.display = 'Sexual assault [event]' \"SetSNOMEDCode248110007\";#xD;\n      src.code as codeValue where codeValue = '248986005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '170',  newCoding.display = 'Estimated date of conception [observable entity]' \"SetSNOMEDCode248986005\";#xD;\n      src.code as codeValue where codeValue = '451291000124104' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '172',  newCoding.display = 'Adverse reaction caused by zoster vaccine [disorder]' \"SetSNOMEDCode451291000124104\";#xD;\n      src.code as codeValue where codeValue = '93143009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '178',  newCoding.display = 'Leukemia, disease [disorder]' \"SetSNOMEDCode93143009\";#xD;\n      src.code as codeValue where codeValue = '399600009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '179',  newCoding.display = 'Lymphoma [finding]' \"SetSNOMEDCode399600009\";#xD;\n      src.code as codeValue where codeValue = '118599009' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '180',  newCoding.display = 'Hodgkin's disease [disorder]' \"SetSNOMEDCode118599009\";#xD;\n      src.code as codeValue where codeValue = '109989006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '181',  newCoding.display = 'Multiple myeloma [disorder]' \"SetSNOMEDCode109989006\";#xD;\n      src.code as codeValue where codeValue = '86406008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '186',  newCoding.display = 'Human immunodeficiency virus infection [disorder]' \"SetSNOMEDCode86406008\";#xD;\n      src.code as codeValue where codeValue = '1156961008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '191',  newCoding.display = 'Chimeric antigen receptor T-cell immunotherapy [procedure]' \"SetSNOMEDCode1156961008\";#xD;\n      src.code as codeValue where codeValue = '363346000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '198',  newCoding.display = 'Malignant neoplastic disease [disorder]' \"SetSNOMEDCode363346000\";#xD;\n      src.code as codeValue where codeValue = '233703007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '199',  newCoding.display = 'Interstitial lung disease [disorder]' \"SetSNOMEDCode233703007\";#xD;\n      src.code as codeValue where codeValue = '190905008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '200',  newCoding.display = 'cystic fibrosis [disorder]' \"SetSNOMEDCode190905008\";#xD;\n      src.code as codeValue where codeValue = '70995007' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '201',  newCoding.display = 'Pulmonary hypertension [disorder]' \"SetSNOMEDCode70995007\";#xD;\n      src.code as codeValue where codeValue = '52448006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '202',  newCoding.display = 'Dimensia [disorder]' \"SetSNOMEDCode52448006\";#xD;\n      src.code as codeValue where codeValue = '41040004' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '203',  newCoding.display = 'Complete trisomy 21 syndrome [disorder]' \"SetSNOMEDCode41040004\";#xD;\n      src.code as codeValue where codeValue = '40108008' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '205',  newCoding.display = 'Thalassemia [disorder]' \"SetSNOMEDCode40108008\";#xD;\n      src.code as codeValue where codeValue = '62914000' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '206',  newCoding.display = 'Cerebrovascular disease [disorder]' \"SetSNOMEDCode62914000\";#xD;\n      src.code as codeValue where codeValue = '13645005' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '214',  newCoding.display = 'Chronic obstructive lung disease [disorder]' \"SetSNOMEDCode13645005\";#xD;\n      src.code as codeValue where codeValue = '87433001' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '215',  newCoding.display = 'Pulmonary emphysema [disorder]' \"SetSNOMEDCode87433001\";#xD;\n      src.code as codeValue where codeValue = '413490006' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '245',  newCoding.display = 'American Indian or Alaska Native [racial group]' \"SetSNOMEDCode413490006\";#xD;\n    } \"HandleIndividualSNOMEDCoding\";#xD;\n  } \"ApplySNOMEDMappings\";#xD;\n  src.system as systemValue where systemValue = 'http://hl7.org/fhir/sid/cvx' -&gt; tgt.code = create('CodeableConcept') as newCC then {#xD;\n    src -&gt; newCC.coding = create('Coding') as newCoding then {#xD;\n      src.code as codeValue where codeValue = '02' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'OPV' \"SetCVXCode02\";#xD;\n      src.code as codeValue where codeValue = '10' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'IPV' \"SetCVXCode10\";#xD;\n      src.code as codeValue where codeValue = '89' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'Polio, unspecified formulation' \"SetCVXCode89\";#xD;\n      src.code as codeValue where codeValue = '110' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'DTaP-HepB-IPV' \"SetCVXCode110\";#xD;\n      src.code as codeValue where codeValue = '120' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'DTaP-Hib-IPV' \"SetCVXCode120\";#xD;\n      src.code as codeValue where codeValue = '130' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'DTaP-IPV' \"SetCVXCode130\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'DTaP-IPV-Hib-HepB, Historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '39' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '082',  newCoding.display = 'Japanese Encephalitis, MB' \"SetCVXCode39\";#xD;\n      src.code as codeValue where codeValue = '134' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '082',  newCoding.display = 'Japanese Encephalitis, VC' \"SetCVXCode134\";#xD;\n      src.code as codeValue where codeValue = '129' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '082',  newCoding.display = 'Japanese Encephalitis, unspecified' \"SetCVXCode129\";#xD;\n      src.code as codeValue where codeValue = '116' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Rotavirus, pentavalent' \"SetCVXCode116\";#xD;\n      src.code as codeValue where codeValue = '122' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Rotavirus, unspecified formulation' \"SetCVXCode122\";#xD;\n      src.code as codeValue where codeValue = '74' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Rotavirus, tetravalent' \"SetCVXCode74\";#xD;\n      src.code as codeValue where codeValue = '119' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Rotavirus, monovalent' \"SetCVXCode119\";#xD;\n      src.code as codeValue where codeValue = '101' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid capsular polysaccharide' \"SetCVXCode101\";#xD;\n      src.code as codeValue where codeValue = '25' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid oral, live, attenuated' \"SetCVXCode25\";#xD;\n      src.code as codeValue where codeValue = '41' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid, parenteral' \"SetCVXCode41\";#xD;\n      src.code as codeValue where codeValue = '53' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid, parenteral, AKD [U.S. military]' \"SetCVXCode53\";#xD;\n      src.code as codeValue where codeValue = '91' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Typhoid, unspecified formulation' \"SetCVXCode91\";#xD;\n      src.code as codeValue where codeValue = '15' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, split incl. purified surface antigen' \"SetCVXCode15\";#xD;\n      src.code as codeValue where codeValue = '16' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, whole' \"SetCVXCode16\";#xD;\n      src.code as codeValue where codeValue = '88' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, Unspecified' \"SetCVXCode88\";#xD;\n      src.code as codeValue where codeValue = '111' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, live, intranasal' \"SetCVXCode111\";#xD;\n      src.code as codeValue where codeValue = '135' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, high dose seasonal' \"SetCVXCode135\";#xD;\n      src.code as codeValue where codeValue = '140' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, injectable preservative free' \"SetCVXCode140\";#xD;\n      src.code as codeValue where codeValue = '141' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, injectable' \"SetCVXCode141\";#xD;\n      src.code as codeValue where codeValue = '144' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, intradermal, preservative free' \"SetCVXCode144\";#xD;\n      src.code as codeValue where codeValue = '149' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'influenza, live, intranasal, quadrivalent' \"SetCVXCode149\";#xD;\n      src.code as codeValue where codeValue = '150' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'influenza, injectable, quadrivalent, preservative free' \"SetCVXCode150\";#xD;\n      src.code as codeValue where codeValue = '151' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'influenza nasal, unspecified formulation' \"SetCVXCode151\";#xD;\n      src.code as codeValue where codeValue = '153' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, injectable, MDCK, preservative free' \"SetCVXCode153\";#xD;\n      src.code as codeValue where codeValue = '155' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'influenza, recombinant, injectable, preservative free' \"SetCVXCode155\";#xD;\n      src.code as codeValue where codeValue = '158' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, injectable, quadrivalent' \"SetCVXCode158\";#xD;\n      src.code as codeValue where codeValue = '161' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, injectable, quadrivalent, preservative free, peds' \"SetCVXCode161\";#xD;\n      src.code as codeValue where codeValue = '166' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Influenza, intradermal, quadrivalent, preservative free' \"SetCVXCode166\";#xD;\n      src.code as codeValue where codeValue = '01' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTP' \"SetCVXCode01\";#xD;\n      src.code as codeValue where codeValue = '20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP' \"SetCVXCode20\";#xD;\n      src.code as codeValue where codeValue = '22' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTP-Hib' \"SetCVXCode22\";#xD;\n      src.code as codeValue where codeValue = '50' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-Hib' \"SetCVXCode50\";#xD;\n      src.code as codeValue where codeValue = '102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTP-Hib-HepB' \"SetCVXCode102\";#xD;\n      src.code as codeValue where codeValue = '106' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP, 5 pertussis antigens' \"SetCVXCode106\";#xD;\n      src.code as codeValue where codeValue = '107' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP, Unspecified Formulation' \"SetCVXCode107\";#xD;\n      src.code as codeValue where codeValue = '110' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-HepB-IPV' \"SetCVXCode110\";#xD;\n      src.code as codeValue where codeValue = '115' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'Tdap' \"SetCVXCode115\";#xD;\n      src.code as codeValue where codeValue = '120' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-Hib-IPV' \"SetCVXCode120\";#xD;\n      src.code as codeValue where codeValue = '130' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-IPV' \"SetCVXCode130\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-IPV-Hib-HepB,historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '01' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTP' \"SetCVXCode01\";#xD;\n      src.code as codeValue where codeValue = '09' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Td - Adult Adsorbed' \"SetCVXCode09\";#xD;\n      src.code as codeValue where codeValue = '20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP' \"SetCVXCode20\";#xD;\n      src.code as codeValue where codeValue = '22' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTP-Hib' \"SetCVXCode22\";#xD;\n      src.code as codeValue where codeValue = '28' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DT - Pediatric' \"SetCVXCode28\";#xD;\n      src.code as codeValue where codeValue = '50' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-Hib' \"SetCVXCode50\";#xD;\n      src.code as codeValue where codeValue = '102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTP-Hib-HepB' \"SetCVXCode102\";#xD;\n      src.code as codeValue where codeValue = '106' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP, 5 pertussis antigens' \"SetCVXCode106\";#xD;\n      src.code as codeValue where codeValue = '107' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP, Unspecified Formulation' \"SetCVXCode107\";#xD;\n      src.code as codeValue where codeValue = '110' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-HepB-IPV' \"SetCVXCode110\";#xD;\n      src.code as codeValue where codeValue = '113' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Td p-free' \"SetCVXCode113\";#xD;\n      src.code as codeValue where codeValue = '115' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Tdap' \"SetCVXCode115\";#xD;\n      src.code as codeValue where codeValue = '120' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-Hib-IPV' \"SetCVXCode120\";#xD;\n      src.code as codeValue where codeValue = '130' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-IPV' \"SetCVXCode130\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-IPV-Hib-HepB,historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '138' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Td - Adult' \"SetCVXCode138\";#xD;\n      src.code as codeValue where codeValue = '139' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Td - Adult Unspecified Formulation' \"SetCVXCode139\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '01' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTP' \"SetCVXCode01\";#xD;\n      src.code as codeValue where codeValue = '09' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Td - Adult Adsorbed' \"SetCVXCode09\";#xD;\n      src.code as codeValue where codeValue = '20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP' \"SetCVXCode20\";#xD;\n      src.code as codeValue where codeValue = '22' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTP-Hib' \"SetCVXCode22\";#xD;\n      src.code as codeValue where codeValue = '28' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DT - Pediatric' \"SetCVXCode28\";#xD;\n      src.code as codeValue where codeValue = '35' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'TT' \"SetCVXCode35\";#xD;\n      src.code as codeValue where codeValue = '50' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-Hib' \"SetCVXCode50\";#xD;\n      src.code as codeValue where codeValue = '102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTP-Hib-HepB' \"SetCVXCode102\";#xD;\n      src.code as codeValue where codeValue = '106' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP, 5 pertussis antigens' \"SetCVXCode106\";#xD;\n      src.code as codeValue where codeValue = '107' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP, Unspecified Formulation' \"SetCVXCode107\";#xD;\n      src.code as codeValue where codeValue = '110' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-HepB-IPV' \"SetCVXCode110\";#xD;\n      src.code as codeValue where codeValue = '113' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Td p-free' \"SetCVXCode113\";#xD;\n      src.code as codeValue where codeValue = '115' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Tdap' \"SetCVXCode115\";#xD;\n      src.code as codeValue where codeValue = '120' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-Hib-IPV' \"SetCVXCode120\";#xD;\n      src.code as codeValue where codeValue = '130' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-IPV' \"SetCVXCode130\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-IPV-Hib-HepB,historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '138' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Td - Adult' \"SetCVXCode138\";#xD;\n      src.code as codeValue where codeValue = '139' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Td - Adult Unspecified Formulation' \"SetCVXCode139\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '21' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '089',  newCoding.display = 'Varicella' \"SetCVXCode21\";#xD;\n      src.code as codeValue where codeValue = '94' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '089',  newCoding.display = 'MMRV' \"SetCVXCode94\";#xD;\n      src.code as codeValue where codeValue = '121' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '089',  newCoding.display = 'Zoster' \"SetCVXCode121\";#xD;\n      src.code as codeValue where codeValue = '62' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = '4vHPV' \"SetCVXCode62\";#xD;\n      src.code as codeValue where codeValue = '118' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = '2vHPV' \"SetCVXCode118\";#xD;\n      src.code as codeValue where codeValue = '137' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = 'HPV Unspecified' \"SetCVXCode137\";#xD;\n      src.code as codeValue where codeValue = '165' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = '9vHPV' \"SetCVXCode165\";#xD;\n      src.code as codeValue where codeValue = '03' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'MMR' \"SetCVXCode03\";#xD;\n      src.code as codeValue where codeValue = '04' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'Measles/Rubella' \"SetCVXCode04\";#xD;\n      src.code as codeValue where codeValue = '05' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'Measles' \"SetCVXCode05\";#xD;\n      src.code as codeValue where codeValue = '94' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'MMRV' \"SetCVXCode94\";#xD;\n      src.code as codeValue where codeValue = '03' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'MMR' \"SetCVXCode03\";#xD;\n      src.code as codeValue where codeValue = '07' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'Mumps' \"SetCVXCode07\";#xD;\n      src.code as codeValue where codeValue = '38' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'Rubella/Mumps' \"SetCVXCode38\";#xD;\n      src.code as codeValue where codeValue = '94' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'MMRV' \"SetCVXCode94\";#xD;\n      src.code as codeValue where codeValue = '03' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'MMR' \"SetCVXCode03\";#xD;\n      src.code as codeValue where codeValue = '04' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'Measles/Rubella' \"SetCVXCode04\";#xD;\n      src.code as codeValue where codeValue = '06' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'Rubella' \"SetCVXCode06\";#xD;\n      src.code as codeValue where codeValue = '38' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'Rubella/Mumps' \"SetCVXCode38\";#xD;\n      src.code as codeValue where codeValue = '94' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'MMRV' \"SetCVXCode94\";#xD;\n      src.code as codeValue where codeValue = '133' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'PCV13' \"SetCVXCode133\";#xD;\n      src.code as codeValue where codeValue = '100' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'PCV7' \"SetCVXCode100\";#xD;\n      src.code as codeValue where codeValue = '33' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'PPSV23' \"SetCVXCode33\";#xD;\n      src.code as codeValue where codeValue = '109' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'Pneumococcal, unspecified formulation' \"SetCVXCode109\";#xD;\n      src.code as codeValue where codeValue = '152' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'Pneumococcal Conjugate, unspecified formulation' \"SetCVXCode152\";#xD;\n      src.code as codeValue where codeValue = '32' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal, MPSV4' \"SetCVXCode32\";#xD;\n      src.code as codeValue where codeValue = '108' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal ACWY, unspecified' \"SetCVXCode108\";#xD;\n      src.code as codeValue where codeValue = '114' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal, MCV4P' \"SetCVXCode114\";#xD;\n      src.code as codeValue where codeValue = '136' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal, MCV4O' \"SetCVXCode136\";#xD;\n      src.code as codeValue where codeValue = '147' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'MCV4, unspecified' \"SetCVXCode147\";#xD;\n      src.code as codeValue where codeValue = '148' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal C/Y-HIB PRP' \"SetCVXCode148\";#xD;\n      src.code as codeValue where codeValue = '167' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Meningococcal, unknown serogroups' \"SetCVXCode167\";#xD;\n      src.code as codeValue where codeValue = '52' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Hep A, adult' \"SetCVXCode52\";#xD;\n      src.code as codeValue where codeValue = '83' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Hep A, ped/adol, 2 dose' \"SetCVXCode83\";#xD;\n      src.code as codeValue where codeValue = '84' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Hep A, ped/adol, 3 dose' \"SetCVXCode84\";#xD;\n      src.code as codeValue where codeValue = '85' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Hep A, Unspecified' \"SetCVXCode85\";#xD;\n      src.code as codeValue where codeValue = '104' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'HepA-HepB' \"SetCVXCode104\";#xD;\n      src.code as codeValue where codeValue = '08' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hep B, Adol/peds' \"SetCVXCode08\";#xD;\n      src.code as codeValue where codeValue = '42' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hep B, Adol/high risk infant' \"SetCVXCode42\";#xD;\n      src.code as codeValue where codeValue = '43' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hep B, Adult' \"SetCVXCode43\";#xD;\n      src.code as codeValue where codeValue = '44' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hep B, Dialysis' \"SetCVXCode44\";#xD;\n      src.code as codeValue where codeValue = '45' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hep B, Unspecified Formulation' \"SetCVXCode45\";#xD;\n      src.code as codeValue where codeValue = '51' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Hib-HepB' \"SetCVXCode51\";#xD;\n      src.code as codeValue where codeValue = '102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'DTaP-Hib-HepB' \"SetCVXCode102\";#xD;\n      src.code as codeValue where codeValue = '104' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'HepA-HepB' \"SetCVXCode104\";#xD;\n      src.code as codeValue where codeValue = '110' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'DTaP-HepB-IPV' \"SetCVXCode110\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'DTaP-IPV-Hib-HepB, historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '17' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'Hib unspecified formulation' \"SetCVXCode17\";#xD;\n      src.code as codeValue where codeValue = '22' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTP-Hib' \"SetCVXCode22\";#xD;\n      src.code as codeValue where codeValue = '46' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'PRP-D' \"SetCVXCode46\";#xD;\n      src.code as codeValue where codeValue = '47' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'HbOC' \"SetCVXCode47\";#xD;\n      src.code as codeValue where codeValue = '48' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'PRP-T' \"SetCVXCode48\";#xD;\n      src.code as codeValue where codeValue = '49' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'PRP-OMP' \"SetCVXCode49\";#xD;\n      src.code as codeValue where codeValue = '50' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTaP/Hib' \"SetCVXCode50\";#xD;\n      src.code as codeValue where codeValue = '51' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'Hib-HepB' \"SetCVXCode51\";#xD;\n      src.code as codeValue where codeValue = '102' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTP-Hib-HepB' \"SetCVXCode102\";#xD;\n      src.code as codeValue where codeValue = '120' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTaP-IPV/Hib' \"SetCVXCode120\";#xD;\n      src.code as codeValue where codeValue = '132' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTaP-IPV-Hib-HepB,historical' \"SetCVXCode132\";#xD;\n      src.code as codeValue where codeValue = '146' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'DTaP-IPV-Hib-HepB' \"SetCVXCode146\";#xD;\n      src.code as codeValue where codeValue = '148' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'Hib-MenCY-TT' \"SetCVXCode148\";#xD;\n      src.code as codeValue where codeValue = '25' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '099',  newCoding.display = 'Yellow Fever' \"SetCVXCode25\";#xD;\n      src.code as codeValue where codeValue = '121' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '100',  newCoding.display = 'Zoster live' \"SetCVXCode121\";#xD;\n      src.code as codeValue where codeValue = '18' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '113',  newCoding.display = 'Rabies, intramuscular injection' \"SetCVXCode18\";#xD;\n      src.code as codeValue where codeValue = '40' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '113',  newCoding.display = 'Rabies, intradermal injection' \"SetCVXCode40\";#xD;\n      src.code as codeValue where codeValue = '90' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '113',  newCoding.display = 'Rabies, unspecified formulation' \"SetCVXCode90\";#xD;\n      src.code as codeValue where codeValue = '162' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '116',  newCoding.display = 'Meningococcal B, recombinant' \"SetCVXCode162\";#xD;\n      src.code as codeValue where codeValue = '163' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '116',  newCoding.display = 'Meningococcal B, OMV' \"SetCVXCode163\";#xD;\n      src.code as codeValue where codeValue = '164' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '116',  newCoding.display = 'Meningococcal B, unspecified' \"SetCVXCode164\";#xD;\n      src.code as codeValue where codeValue = '26' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'cholera, unspecified formulation' \"SetCVXCode26\";#xD;\n      src.code as codeValue where codeValue = '172' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'cholera, WC-rBS' \"SetCVXCode172\";#xD;\n      src.code as codeValue where codeValue = '173' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'cholera, BivWC' \"SetCVXCode173\";#xD;\n      src.code as codeValue where codeValue = '174' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'cholera, live attenuated' \"SetCVXCode174\";#xD;\n      src.code as codeValue where codeValue = '208' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '122',  newCoding.display = 'COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose' \"SetCVXCode208\";#xD;\n      src.code as codeValue where codeValue = '13' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '125',  newCoding.display = 'Tetanus immune globulin' \"SetCVXCode13\";#xD;\n      src.code as codeValue where codeValue = '154' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '126',  newCoding.display = 'Hepatitis A immune globulin' \"SetCVXCode154\";#xD;\n      src.code as codeValue where codeValue = '30' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '127',  newCoding.display = 'Hepatitis B immune globulin' \"SetCVXCode30\";#xD;\n      src.code as codeValue where codeValue = '34' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '128',  newCoding.display = 'Rabies immune globulin' \"SetCVXCode34\";#xD;\n      src.code as codeValue where codeValue = '36' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '129',  newCoding.display = 'Varicella zoster immune globulin' \"SetCVXCode36\";#xD;\n      src.code as codeValue where codeValue = '187' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '172',  newCoding.display = 'Zoster subunit' \"SetCVXCode187\";#xD;\n      src.code as codeValue where codeValue = 'non-US' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '252',  newCoding.display = 'Tick-borne encephalitis vaccine' \"SetCVXCodenonUS\";#xD;\n      src.code as codeValue where codeValue = '222' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '252',  newCoding.display = 'Tick-borne encephalitis, unspecified' \"SetCVXCode222\";#xD;\n      src.code as codeValue where codeValue = '223' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '252',  newCoding.display = 'Tick-borne encephalitis, inactivated, PF, 0.25mL' \"SetCVXCode223\";#xD;\n      src.code as codeValue where codeValue = '224' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '252',  newCoding.display = 'Tick-borne encephalitis, inactivated, PF, 0.5mL' \"SetCVXCode224\";#xD;\n    } \"HandleIndividualCVXCoding\";#xD;\n  } \"ApplyCVXMappings\";#xD;\n  src.system as systemValue where systemValue = 'http://phinvads.cdc.gov' -&gt; tgt.code = create('CodeableConcept') as newCC then {#xD;\n    src -&gt; newCC.coding = create('Coding') as newCoding then {#xD;\n      src.code as codeValue where codeValue = 'VXC27' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '003',  newCoding.display = 'Immunodeficiency due to any cause' \"SetCDCPHINVSCodeVXC27\";#xD;\n      src.code as codeValue where codeValue = 'VXC21' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '028',  newCoding.display = 'Previous history of intussusception' \"SetCDCPHINVSCodeVXC21\";#xD;\n      src.code as codeValue where codeValue = 'VXC22' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '079',  newCoding.display = 'Encephalopathy within 7 days of previous dose of DTP or DTaP' \"SetCDCPHINVSCodeVXC22\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '080',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '081',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '082',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '083',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '084',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '085',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '086',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '087',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '088',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '089',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '090',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '091',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '092',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '093',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '094',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '095',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '096',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '097',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '098',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '099',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '100',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC18' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '110',  newCoding.display = 'Allergy to baker's yeast [anaphylactic]' \"SetCDCPHINVSCodeVXC18\";#xD;\n      src.code as codeValue where codeValue = 'VXC17' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '111',  newCoding.display = 'Allergy [anaphylactic] to 2-phenoxyethanol' \"SetCDCPHINVSCodeVXC17\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '113',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '116',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '119',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '122',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '172',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n      src.code as codeValue where codeValue = 'VXC20' -&gt;  newCoding.system = 'http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes',  newCoding.code = '252',  newCoding.display = 'Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]' \"SetCDCPHINVSCodeVXC20\";#xD;\n    } \"HandleIndividualCDCPHINVSCoding\";#xD;\n  } \"ApplyCDCPHINVSMappings\";#xD;\n}#xD;\n#xD;\n</pre></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhirfli.dev/fhir/ig/cicada/StructureMap/map-vaccine-codes"^^xsd:anyURI ;
fhir:l <http://fhirfli.dev/fhir/ig/cicada/StructureMap/map-vaccine-codes>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MapVaccineCodes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-02-11T14:37:07-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR-FLI"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR-FLI" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://fhirfli.dev" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Define the usage of FHIR resource types with specific aliases"] ; # 
  fhir:structure ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Observation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Observation>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceObservation" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Condition"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Condition>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceCondition" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Procedure"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Procedure>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceProcedure" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Immunization"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Immunization>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceImmunization" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Medication"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Medication>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceMedication" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/MedicationStatement"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/MedicationStatement>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceMedicationStatement" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/MedicationRequest"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/MedicationRequest>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceMedicationRequest" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/MedicationAdministration>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceMedicationAdministration" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/MedicationDispense"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/MedicationDispense>     ] ;
fhir:mode [ fhir:v "source" ] ;
fhir:alias [ fhir:v "sourceMedicationDispense" ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Condition"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Condition>     ] ;
fhir:mode [ fhir:v "target" ] ;
fhir:alias [ fhir:v "targetCondition" ]
  ] ) ; # 
  fhir:group ( [
fhir:name [ fhir:v "MapToVaccineConditionObservation" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "any" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SourceObservationToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceObservation" ] ;
fhir:condition [ fhir:v "(src is Observation)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromObservation" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceConditionToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceCondition" ] ;
fhir:condition [ fhir:v "(src is Condition)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromCondition" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceProcedureToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceProcedure" ] ;
fhir:condition [ fhir:v "(src is Procedure)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromProcedure" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceImmunizationToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceImmunization" ] ;
fhir:condition [ fhir:v "(src is Immunization)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromImmunization" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceMedicationToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceMedication" ] ;
fhir:condition [ fhir:v "(src is Medication)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromMedication" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceMedStatementToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceMedicationStatement" ] ;
fhir:condition [ fhir:v "(src is MedicationStatement)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromMedicationStatement" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceMedRequestToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceMedicationRequest" ] ;
fhir:condition [ fhir:v "(src is MedicationRequest)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromMedicationRequest" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceMedAdminToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceMedicationAdministration" ] ;
fhir:condition [ fhir:v "(src is MedicationAdministration)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromMedicationAdministration" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SourceMedDispenseToTarget" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:variable [ fhir:v "sourceMedicationDispense" ] ;
fhir:condition [ fhir:v "(src is MedicationDispense)" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "MapFromMedicationDispense" ] ;
        ( fhir:variable [ fhir:v "src" ] [ fhir:v "tgt" ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromObservation" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceObservation" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetObservationStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyObsMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetObsOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.effectiveDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetObsOnsetPeriod" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetPeriod" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.effectivePeriod"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetObsOnsetInstant" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.effectiveInstant"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromCondition" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceCondition" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetConditionStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyCondMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetCondOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.onsetDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondOnsetAge" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetAge" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.onsetAge"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondOnsetPeriod" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetPeriod" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.onsetPeriod"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondOnsetRange" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetRange" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.onsetRange"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondOnsetString" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetString" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.onsetString"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondAbatementDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "abatementDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.abatementDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondAbatementAge" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "abatementAge" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.abatementAge"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondAbatementPeriod" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "abatementPeriod" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.abatementPeriod"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondAbatementRange" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "abatementRange" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.abatementRange"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetCondAbatementString" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "abatementString" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.abatementString"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromProcedure" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceProcedure" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetProcedureStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyProcedureMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetProcedureOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.performedDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetProcedureOnsetAge" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetAge" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.performedAge"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetProcedureOnsetPeriod" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetPeriod" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.performedPeriod"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetProcedureOnsetRange" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetRange" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.performedRange"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetProcedureOnsetString" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetString" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.performedString"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromImmunization" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceImmunization" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetImmunizationStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyImmunizationMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "vaccineCode" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetImmunizationOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.occurrenceDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetImmunizationOnsetString" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetString" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.occurrenceString"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromMedication" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceMedication" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetMedicationStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyMedicationMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromMedicationStatement" ] ;
fhir:typeMode [ fhir:v "none" ] ;
fhir:documentation [ fhir:v "TODO(Dokotela): what about medicationReference?" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceMedicationStatement" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetMedStatementStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyMedStatementMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "medicationCodeableConcept" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromMedicationRequest" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceMedicationRequest" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetMedRequestStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyMedRequestMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "medicationCodeableConcept" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetMedRequestOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.authoredOn"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromMedicationAdministration" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceMedicationAdministration" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetMedAdminStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyMedAdminMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "medicationCodeableConcept" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetMedAdminOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.effectiveDateTime"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "SetMedAdminOnsetPeriod" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetPeriod" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.effectivePeriod"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "MapFromMedicationDispense" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "sourceMedicationDispense" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "SetMedDispenseStatus" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "status" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "active"           ]         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyMedDispenseMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "medicationCodeableConcept" ] ;
fhir:variable [ fhir:v "code" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "code" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "coding" ]       ] ) ;
      ( fhir:dependent [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
        ( fhir:variable [ fhir:v "coding" ] [ fhir:v "tgt" ] )       ] )     ] [
fhir:name [ fhir:v "SetMedDispenseOnsetDateTime" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "onsetDateTime" ] ;
fhir:transform [ fhir:v "copy" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:Id ;
fhir:v "src.whenHandedOver"           ]         ] )       ] )     ] )
  ] [
fhir:name [ fhir:v "ApplyCommonMappings" ] ;
fhir:typeMode [ fhir:v "none" ] ;
    ( fhir:input [
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "Coding" ] ;
fhir:mode [ fhir:v "source" ]     ] [
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "targetCondition" ] ;
fhir:mode [ fhir:v "target" ]     ] ) ;
    ( fhir:rule [
fhir:name [ fhir:v "ApplySNOMEDMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:variable [ fhir:v "systemValue" ] ;
fhir:condition [ fhir:v "systemValue = 'http://snomed.info/sct'" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "newCC" ] ;
fhir:transform [ fhir:v "create" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "CodeableConcept"           ]         ] )       ] ) ;
      ( fhir:rule [
fhir:name [ fhir:v "HandleIndividualSNOMEDCoding" ] ;
        ( fhir:source [
fhir:context [ fhir:v "src" ]         ] ) ;
        ( fhir:target [
fhir:context [ fhir:v "newCC" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "newCoding" ] ;
fhir:transform [ fhir:v "create" ] ;
          ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Coding"             ]           ] )         ] ) ;
        ( fhir:rule [
fhir:name [ fhir:v "SetSNOMEDCode370388006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '370388006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "003"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Patient Immunocompromised"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode234336002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '234336002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "004"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hemopoietic stem cell transplant [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode50711007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '50711007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "005"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Viral hepatitis type C [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77386006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77386006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "007"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Patient currently pregnant [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode102874004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102874004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "007"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Possible pregnancy [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode255409004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '255409004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "007"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pregnant woman [person]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode413712001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '413712001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "009"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Breastfeeding [mother] [observable entity]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode230744007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '230744007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "010"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cerebrospinal fluid leak [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode449840001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '449840001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "011"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cochlear prosthesis in situ [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode43252007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '43252007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "011"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cochlear prosthesis, device [physical object]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode359612003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '359612003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "011"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Implantation of cochlear prosthetic device [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode31323000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '31323000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "013"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Severe combined immunodeficiency disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode73211009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '73211009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "014"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Diabetes mellitus [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode328383001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '328383001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "015"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic liver disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode19943007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '19943007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "015"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cirrhosis of liver [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode128238001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '128238001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "016"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic heart disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode42343007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '42343007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "016"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Congestive heart failure [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode57809008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '57809008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "016"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Myocardial disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode12770006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '12770006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "016"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cyanotic congenital heart disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode413839001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '413839001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "017"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic lung disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode13645005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '13645005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "017"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic obstructive lung disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode87433001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '87433001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "017"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pulmonary emphysema [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode278971009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '278971009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "018"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis A Immune [Finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode271511000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '271511000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "019"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis B Immune [Finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode371111005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '371111005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "020"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Measles Immune [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode371112003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '371112003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "021"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Mumps Immune [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode278968001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '278968001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "022"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rubella Immune [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode371113008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '371113008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "023"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Varicella Immune"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode38907003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '38907003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "024"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Varicella [Disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode4740000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '4740000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "025"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Herpes Zoster [Disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode86406008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '86406008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "026"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Human immunodeficiency virus infection [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode427314002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '427314002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "026"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Antiviral therapy [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode390798007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '390798007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "027"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Asthma finding [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode195967001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '195967001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "027"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Asthma [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode35327006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '35327006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "028"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Intussusception [morphologic abnormality]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode49723003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '49723003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "028"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Intussusception of intestine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode69776003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '69776003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "029"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Acute gastroenteritis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode56717001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '56717001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "031"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tuberculosis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode372763006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '372763006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Amantadine [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode51361008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '51361008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Amantadine [product]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode372532009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '372532009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rimantadine [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode108712009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '108712009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rimantadine [product]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode387010007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '387010007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Zanamivir [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode116100000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '116100000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Zanamivir [product]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode412261005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '412261005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Oseltamivir [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode386142008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '386142008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "033"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Oseltamivir [product]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode405742008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '405742008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "034"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Aspirin therapy finding [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode76102007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '76102007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "036"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Male homosexual [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode225531006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '225531006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "036"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Homosexual behavior [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode225516002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '225516002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "037"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Multiple sexual contacts [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode228460004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '228460004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "037"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Multiple current sexual partners [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode228466005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '228466005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "037"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Commitment to sexual relationship [observable entity]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode225517006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '225517006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "038"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sexual partners [observable entity]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode11723008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '11723008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "038"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Contact with [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode165806002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '165806002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "038"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis B surface antigen positive [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode305489005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '305489005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "039"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Under care of genitourinary medicine physician [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode305679000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '305679000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "039"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Seen by genitourinary medicine physician [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode8098009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '8098009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "039"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sexually transmitted infectious disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode307052004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '307052004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "040"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Illicit drug use [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode228366006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '228366006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "040"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Finding relating to drug misuse behavior [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode226034001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '226034001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "041"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Injecting drug user [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode228388006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '228388006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "041"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Intravenous drug user  [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode145101000119102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '145101000119102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "041"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Intravenous cocaine abuse [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode403746009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '403746009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "041"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Skin lesion due to intravenous drug abuse [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode860699005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '860699005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "041"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Deep vein thrombosis of lower extremity due to intravenous drug use [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77176002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77176002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "042"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Smoker [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode228281002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '228281002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "043"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Problem drinker [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode7200002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '7200002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "043"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Alcoholism [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159138004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159138004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "050"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Microbiologist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode14698002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '14698002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "050"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Medical microbiologist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "050"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode17872004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '17872004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "050"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Neisseria meningitidis [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159138004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159138004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "051"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Microbiologist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode14698002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '14698002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "051"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Medical microbiologist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159282002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159282002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "051"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Laboratory technician [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "051"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode5595000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '5595000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "051"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Salmonella Typhi [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159282002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159282002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "052"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Laboratory technician [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "052"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode26630006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '26630006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "052"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Yellow fever virus [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159282002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159282002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "053"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Laboratory technician [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "053"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode59881000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '59881000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "053"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies virus [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159282002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159282002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "054"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Laboratory technician [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "054"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode44172002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '44172002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "054"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Human poliovirus [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode223366009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '223366009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "055"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Healthcare professional [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode223366009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '223366009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "056"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Healthcare professional [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "056"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode44172002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '44172002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "056"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Human poliovirus [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode26369006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '26369006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health nurse [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode68867008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '68867008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health dentist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode307969004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '307969004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health officer [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode56466003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '56466003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health physician [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode56079002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '56079002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health veterinarian [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode60008001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '60008001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Public health nutritionist [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode87612001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '87612001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Blood [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode32457005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '32457005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "057"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Body fluid [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode223366009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '223366009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Healthcare professional [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode158942005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '158942005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Residential child care worker [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode158939004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '158939004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Child care officer [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode73851001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '73851001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Plumber [general] [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode160157004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '160157004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sewerman [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode266006009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '266006009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Food/drink processor [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode274272004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '274272004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Catering services occupation [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode160133004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '160133004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "059"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Packer - food/garden produce [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode265940000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '265940000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "060"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Animal health occupation [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode159091009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '159091009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "061"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Trainer - performing animals [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24932003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24932003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "062"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Exposure to [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode59881000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '59881000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "062"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies virus [organism]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode65853000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '65853000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "063"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Student [occupation]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode257561002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '257561002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "063"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Further education establishment [environment]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode90688005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '90688005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "066"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic renal failure syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode20078004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '20078004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "068"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Substance abuse treatment center [environment]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode257656006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '257656006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "069"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Penal institution [environment]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode410519009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '410519009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "070"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "At risk context [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode443684005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '443684005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "070"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Disease outbreak [event]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode11723008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '11723008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "071"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Contact with [contextual qualifier] [qualifier value]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode165806002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '165806002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "071"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis B surface antigen positive [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode170484009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '170484009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "072"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid carrier [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode12271241000119109" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '12271241000119109'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "075"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transgender identify [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode84757009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '84757009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "076"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Epilepsy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode192711008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '192711008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "079"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Post diphtheria vaccination encephalitis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode192710009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '192710009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "079"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Post tetanus vaccination encephalitis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode192712001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '192712001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "079"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Post pertussis vaccination encephalitis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293104008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293104008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "080"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Vaccines adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293117006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293117006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Poliomyelitis vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451301000124103" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451301000124103'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "082"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by Japanese encephalitis virus vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode429301000124101" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '429301000124101'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to rotavirus vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293122006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293122006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode420113004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '420113004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza virus vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293115003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293115003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pertussis vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode219085007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '219085007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to diphtheria vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode219084006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '219084006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to tetanus vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451331000124106" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451331000124106'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "089"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by varicella virus live vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode429311000124103" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '429311000124103'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to human papillomavirus vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode219096004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '219096004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to measles vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293114004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293114004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Mumps vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293119009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293119009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rubella vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293116002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293116002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pneumococcal vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode2219088009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '2219088009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to meningococcal vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451111000124103" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451111000124103'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by meningococcal conjugate vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293126009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293126009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis A vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293110008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293110008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis B vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293127000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293127000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Haemophilus influenzae Type B vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode219095000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '219095000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "099"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction to yellow fever vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451291000124104" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451291000124104'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "100"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by zoster vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode213020009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '213020009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "101"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Egg protein allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode91930004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '91930004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "101"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to eggs [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293309006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293309006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "102"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Gelatin adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294847001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294847001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "102"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Gelatin allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode300916003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '300916003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "104"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Latex allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode441593005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '441593005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "104"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Anaphylaxis due to latex [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode419522004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '419522004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "106"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Gentamycin sensitivity [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode420094007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '420094007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "106"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Gentamicin adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294469003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294469003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "106"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Gentamicin allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294468006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294468006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "107"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Neomycin allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode292927007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '292927007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "107"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Neomycin adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294466005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294466005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "108"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Streptomycin allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode292925004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '292925004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "108"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Streptomycin adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294530006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294530006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "109"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Polymyxin B allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode292992006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '292992006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "109"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Polymyxin B adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode703936006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '703936006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "110"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to yeast [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode293118001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '293118001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "113"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies vaccine adverse reaction [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode46177005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '46177005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "114"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "End stage renal disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode64520006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '64520006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "115"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Protamine sulfate [substance]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode294278007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '294278007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "115"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Protamine allergy [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451281000124102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451281000124102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "116"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by meningococcal group B vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode219082005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '219082005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by cholera vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode32911000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '32911000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "121"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Homeless [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode116859006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '116859006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "132"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transfusion of blood product [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode116859006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '116859006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "133"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transfusion of blood product [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode116859006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '116859006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "134"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transfusion of blood product [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode13569004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '13569004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "135"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transfusion of plasma [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode12719002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '12719002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "135"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Platelet transfusion [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode65880007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '65880007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "145"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "X-linked agammaglobulinemia [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode23238000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '23238000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "145"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Common variable agammaglobulinemia [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode190979003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '190979003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "146"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Selective immunoglobulin A deficiency [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode123785006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '123785006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "146"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Immunoglobulin G subclass deficiency [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode31323000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '31323000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "147"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Severe combined immunodeficiency disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77128003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77128003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "147"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DiGeorge sequence [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77128003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77128003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "148"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DiGeorge sequence [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode36070007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '36070007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "148"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Wiskott-Aldrich syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode68504005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '68504005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "148"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Ataxia-telangiectasia syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24743004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24743004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "150"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Complement deficiency disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode24743004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '24743004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "151"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Complement deficiency disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode81166004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '81166004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "151"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Properdin deficiency disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode234605000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '234605000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "151"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Factor B deficiency [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode387759001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '387759001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "152"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic granulomatous disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77358003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77358003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "153"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Congenital leukocyte adherence deficiency [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode234433009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '234433009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "153"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Myeloperoxidase deficiency [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode62479008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '62479008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "154"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Acquired immune deficiency syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode62479008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '62479008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "155"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Acquired immune deficiency syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode77465005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '77465005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "157"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Transplantation [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode313039003" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '313039003'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "157"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Solid organ transplant [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode86553008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '86553008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "158"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Immunosuppressive therapy [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode53438000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '53438000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "159"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Radiation therapy procedure or service [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode707147002" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '707147002'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "160"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Asplenia [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode709044004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '709044004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "161"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic kidney disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode52254009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '52254009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "167"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Nephrotic syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode367336001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '367336001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "168"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chemotherapy [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode213017001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '213017001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "169"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sexual abuse [event]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode422608009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '422608009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "169"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sexual assault [finding"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode248110007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '248110007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "169"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Sexual assault [event]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode248986005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '248986005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "170"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Estimated date of conception [observable entity]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode451291000124104" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '451291000124104'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "172"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Adverse reaction caused by zoster vaccine [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode93143009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '93143009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "178"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Leukemia, disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode399600009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '399600009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "179"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Lymphoma [finding]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode118599009" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '118599009'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "180"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hodgkin's disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode109989006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '109989006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "181"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Multiple myeloma [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode86406008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '86406008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "186"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Human immunodeficiency virus infection [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode1156961008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '1156961008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "191"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chimeric antigen receptor T-cell immunotherapy [procedure]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode363346000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '363346000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "198"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Malignant neoplastic disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode233703007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '233703007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "199"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Interstitial lung disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode190905008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '190905008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "200"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "cystic fibrosis [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode70995007" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '70995007'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "201"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pulmonary hypertension [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode52448006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '52448006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "202"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Dimensia [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode41040004" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '41040004'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "203"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Complete trisomy 21 syndrome [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode40108008" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '40108008'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "205"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Thalassemia [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode62914000" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '62914000'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "206"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Cerebrovascular disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode13645005" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '13645005'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "214"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Chronic obstructive lung disease [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode87433001" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '87433001'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "215"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pulmonary emphysema [disorder]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetSNOMEDCode413490006" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '413490006'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "245"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "American Indian or Alaska Native [racial group]"               ]             ] )           ] )         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyCVXMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:variable [ fhir:v "systemValue" ] ;
fhir:condition [ fhir:v "systemValue = 'http://hl7.org/fhir/sid/cvx'" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "newCC" ] ;
fhir:transform [ fhir:v "create" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "CodeableConcept"           ]         ] )       ] ) ;
      ( fhir:rule [
fhir:name [ fhir:v "HandleIndividualCVXCoding" ] ;
        ( fhir:source [
fhir:context [ fhir:v "src" ]         ] ) ;
        ( fhir:target [
fhir:context [ fhir:v "newCC" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "newCoding" ] ;
fhir:transform [ fhir:v "create" ] ;
          ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Coding"             ]           ] )         ] ) ;
        ( fhir:rule [
fhir:name [ fhir:v "SetCVXCode02" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '02'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "OPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode10" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '10'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode89" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '89'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Polio, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode110" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '110'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-HepB-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode120" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '120'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode130" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '130'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB, Historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode39" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '39'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "082"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Japanese Encephalitis, MB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode134" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '134'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "082"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Japanese Encephalitis, VC"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode129" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '129'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "082"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Japanese Encephalitis, unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode116" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '116'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rotavirus, pentavalent"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode122" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '122'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rotavirus, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode74" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '74'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rotavirus, tetravalent"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode119" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '119'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rotavirus, monovalent"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode101" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '101'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid capsular polysaccharide"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode25" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '25'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid oral, live, attenuated"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode41" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '41'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid, parenteral"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode53" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '53'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid, parenteral, AKD [U.S. military]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode91" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '91'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Typhoid, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode15" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '15'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, split incl. purified surface antigen"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode16" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '16'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, whole"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode88" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '88'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, Unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode111" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '111'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, live, intranasal"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode135" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '135'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, high dose seasonal"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode140" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '140'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, injectable preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode141" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '141'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, injectable"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode144" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '144'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, intradermal, preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode149" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '149'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "influenza, live, intranasal, quadrivalent"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode150" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '150'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "influenza, injectable, quadrivalent, preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode151" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '151'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "influenza nasal, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode153" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '153'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, injectable, MDCK, preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode155" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '155'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "influenza, recombinant, injectable, preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode158" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '158'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, injectable, quadrivalent"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode161" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '161'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, injectable, quadrivalent, preservative free, peds"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode166" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '166'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Influenza, intradermal, quadrivalent, preservative free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode01" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '01'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode22" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '22'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode50" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '50'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode106" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '106'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, 5 pertussis antigens"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode107" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '107'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode110" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '110'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-HepB-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode115" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '115'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tdap"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode120" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '120'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode130" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '130'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB,historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode01" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '01'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode09" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '09'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult Adsorbed"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode22" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '22'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode28" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '28'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DT - Pediatric"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode50" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '50'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode106" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '106'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, 5 pertussis antigens"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode107" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '107'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode110" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '110'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-HepB-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode113" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '113'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td p-free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode115" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '115'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tdap"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode120" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '120'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode130" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '130'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB,historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode138" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '138'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode139" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '139'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode01" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '01'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode09" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '09'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult Adsorbed"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode22" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '22'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode28" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '28'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DT - Pediatric"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode35" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '35'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "TT"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode50" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '50'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode106" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '106'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, 5 pertussis antigens"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode107" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '107'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP, Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode110" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '110'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-HepB-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode113" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '113'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td p-free"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode115" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '115'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tdap"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode120" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '120'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode130" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '130'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB,historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode138" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '138'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode139" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '139'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Td - Adult Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode21" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '21'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "089"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Varicella"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode94" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '94'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "089"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMRV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode121" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '121'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "089"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Zoster"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode62" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '62'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "4vHPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode118" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '118'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "2vHPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode137" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '137'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "HPV Unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode165" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '165'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "9vHPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode03" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '03'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMR"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode04" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '04'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Measles/Rubella"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode05" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '05'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Measles"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode94" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '94'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMRV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode03" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '03'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMR"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode07" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '07'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Mumps"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode38" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '38'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rubella/Mumps"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode94" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '94'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMRV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode03" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '03'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMR"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode04" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '04'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Measles/Rubella"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode06" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '06'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rubella"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode38" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '38'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rubella/Mumps"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode94" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '94'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MMRV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode133" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '133'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PCV13"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode100" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '100'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PCV7"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode33" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '33'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PPSV23"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode109" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '109'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pneumococcal, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode152" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '152'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Pneumococcal Conjugate, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode32" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '32'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal, MPSV4"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode108" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '108'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal ACWY, unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode114" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '114'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal, MCV4P"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode136" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '136'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal, MCV4O"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode147" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '147'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "MCV4, unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode148" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '148'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal C/Y-HIB PRP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode167" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '167'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal, unknown serogroups"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode52" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '52'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep A, adult"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode83" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '83'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep A, ped/adol, 2 dose"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode84" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '84'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep A, ped/adol, 3 dose"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode85" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '85'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep A, Unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode104" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '104'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "HepA-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode08" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '08'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep B, Adol/peds"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode42" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '42'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep B, Adol/high risk infant"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode43" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '43'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep B, Adult"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode44" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '44'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep B, Dialysis"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode45" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '45'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hep B, Unspecified Formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode51" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '51'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode104" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '104'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "HepA-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode110" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '110'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-HepB-IPV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB, historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode17" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '17'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hib unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode22" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '22'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode46" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '46'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PRP-D"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode47" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '47'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "HbOC"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode48" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '48'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PRP-T"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode49" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '49'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "PRP-OMP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode50" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '50'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP/Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode51" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '51'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode102" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '102'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTP-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode120" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '120'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV/Hib"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode132" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '132'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB,historical"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode146" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '146'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "DTaP-IPV-Hib-HepB"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode148" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '148'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hib-MenCY-TT"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode25" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '25'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "099"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Yellow Fever"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode121" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '121'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "100"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Zoster live"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode18" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '18'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "113"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies, intramuscular injection"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode40" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '40'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "113"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies, intradermal injection"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode90" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '90'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "113"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode162" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '162'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "116"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal B, recombinant"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode163" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '163'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "116"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal B, OMV"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode164" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '164'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "116"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Meningococcal B, unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode26" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '26'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "cholera, unspecified formulation"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode172" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '172'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "cholera, WC-rBS"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode173" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '173'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "cholera, BivWC"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode174" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '174'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "cholera, live attenuated"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode208" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '208'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "122"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode13" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '13'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "125"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tetanus immune globulin"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode154" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '154'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "126"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis A immune globulin"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode30" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '30'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "127"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Hepatitis B immune globulin"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode34" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '34'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "128"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Rabies immune globulin"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode36" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '36'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "129"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Varicella zoster immune globulin"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode187" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '187'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "172"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Zoster subunit"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCodenonUS" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'non-US'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "252"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tick-borne encephalitis vaccine"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode222" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '222'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "252"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tick-borne encephalitis, unspecified"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode223" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '223'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "252"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tick-borne encephalitis, inactivated, PF, 0.25mL"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCVXCode224" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = '224'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "252"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Tick-borne encephalitis, inactivated, PF, 0.5mL"               ]             ] )           ] )         ] )       ] )     ] [
fhir:name [ fhir:v "ApplyCDCPHINVSMappings" ] ;
      ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:variable [ fhir:v "systemValue" ] ;
fhir:condition [ fhir:v "systemValue = 'http://phinvads.cdc.gov'" ]       ] ) ;
      ( fhir:target [
fhir:context [ fhir:v "tgt" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "newCC" ] ;
fhir:transform [ fhir:v "create" ] ;
        ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "CodeableConcept"           ]         ] )       ] ) ;
      ( fhir:rule [
fhir:name [ fhir:v "HandleIndividualCDCPHINVSCoding" ] ;
        ( fhir:source [
fhir:context [ fhir:v "src" ]         ] ) ;
        ( fhir:target [
fhir:context [ fhir:v "newCC" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "coding" ] ;
fhir:variable [ fhir:v "newCoding" ] ;
fhir:transform [ fhir:v "create" ] ;
          ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Coding"             ]           ] )         ] ) ;
        ( fhir:rule [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC27" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC27'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "003"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Immunodeficiency due to any cause"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC21" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC21'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "028"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Previous history of intussusception"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC22" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC22'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "079"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Encephalopathy within 7 days of previous dose of DTP or DTaP"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "080"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "081"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "082"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "083"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "084"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "085"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "086"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "087"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "088"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "089"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "090"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "091"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "092"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "093"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "094"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "095"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "096"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "097"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "098"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "099"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "100"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC18" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC18'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "110"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to baker's yeast [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC17" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC17'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "111"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy [anaphylactic] to 2-phenoxyethanol"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "113"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "116"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "119"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "122"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "172"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] [
fhir:name [ fhir:v "SetCDCPHINVSCodeVXC20" ] ;
          ( fhir:source [
fhir:context [ fhir:v "src" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:variable [ fhir:v "codeValue" ] ;
fhir:condition [ fhir:v "codeValue = 'VXC20'" ]           ] ) ;
          ( fhir:target [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "system" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "http://fhirfli.dev/fhir/ig/cicada/CodeSystem/vaccine-observation-codes"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "code" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "252"               ]             ] )           ] [
fhir:context [ fhir:v "newCoding" ] ;
fhir:contextType [ fhir:v "variable" ] ;
fhir:element [ fhir:v "display" ] ;
fhir:transform [ fhir:v "copy" ] ;
            ( fhir:parameter [
fhir:value [
a fhir:String ;
fhir:v "Allergy to previous dose of this vaccine or to any of its unlisted vaccine components [anaphylactic]"               ]             ] )           ] )         ] )       ] )     ] )
  ] ) . #