Skip to content

Commit

Permalink
define the attributes for comparison for merging conflicts (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralych committed Nov 9, 2023
1 parent 5bfa021 commit d84a708
Showing 1 changed file with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,36 @@ The criteria to detect duplicates will be defined according to the different res

#### Immunization

Two or more [Immunization](StructureDefinition-ch-vacd-immunization.html) resources can be declared as duplicate if following criteria is fullfilled:
* tbd
Two or more [Immunization](StructureDefinition-ch-vacd-immunization.html) resources can be declared as duplicate if following criteria is fullfilled.
* [vaccineCode](StructureDefinition-ch-vacd-immunization-definitions.html#Immunization.vaccineCode)
* [occurrenceDateTime](StructureDefinition-ch-vacd-immunization-definitions.html#Immunization.occurrence[x]:occurrenceDateTime)
* [targetDisease](StructureDefinition-ch-vacd-immunization-definitions.html#Immunization.protocolApplied.targetDisease)
* [identifier](StructureDefinition-ch-vacd-immunization-definitions.html#Immunization.identifier) (can be different, but if same system should be same value)
* [lotNumber](StructureDefinition-ch-vacd-immunization-definitions.html#Immunization.lotNumber) (if available)



#### AllergyIntolerance

Two or more [AllergyIntolerance](StructureDefinition-ch-vacd-allergyintolerances.html)resources can be declared as duplicate if following criteria is fullfilled:
* tbd
* [code](StructureDefinition-ch-vacd-allergyintolerances-definitions.html#AllergyIntolerance.code)
* [onset[x]](StructureDefinition-ch-vacd-allergyintolerances-definitions.html#AllergyIntolerance.onset[x])
* [identifier](StructureDefinition-ch-vacd-allergyintolerances-definitions.html#AllergyIntolerance.identifier) (can be different, but if same system should be same value)


#### Laboratory And Serology

Two or more [Observation](StructureDefinition-ch-vacd-laboratory-serology.html)resources can be declared as duplicate if following criteria is fullfilled:
* tbd
* [code](StructureDefinition-ch-vacd-laboratory-serology-definitions.html#diff_Observation.code)
* [effective[x]](http://build.fhir.org/ig/hl7ch/ch-vacd/StructureDefinition-ch-vacd-laboratory-serology-definitions.html#Observation.effective[x])
* [value[x]](StructureDefinition-ch-vacd-laboratory-serology-definitions.html#diff_Observation.value[x])
* [identifier](StructureDefinition-ch-vacd-laboratory-serology-definitions.html#diff_Observation.identifier) (can be different, but if same system should be same value)


#### PastIllness, MedicalProblems, BasicImmunization (Condition)

Two or more [CH VACD Condition Profile (Abstract)](StructureDefinition-ch-vacd-condition.html) (and the derivations [CH VACD Past Illness](StructureDefinition-ch-vacd-pastillnesses.html), [CH VACD Medical Problems](StructureDefinition-ch-vacd-medical-problems.html) and [CH VACD Basic Immunization](StructureDefinition-ch-vacd-basic-immunization.html)) resources can be declared as duplicate if following criteria is fullfilled:
* tbd
* [code](StructureDefinition-ch-vacd-condition-definitions.html#Condition.code)
* [onset[x]](StructureDefinition-ch-vacd-condition-definitions.html#Condition.onset[x])
* [identifier](StructureDefinition-ch-vacd-condition-definitions.html#Condition.identifier) (can be different, but if same system should be same value)

0 comments on commit d84a708

Please sign in to comment.