hl7au / au-fhir-base

AU Base FHIR Implementation Guide Source
36 stars 26 forks source link

Combined fixes #746

Closed davidmckillop closed 2 years ago

davidmckillop commented 2 years ago

The following fixes were included in this PR to progress AU Base:

  1. Correction to AU Local Dispense Identifier definition Fixes #738

  2. Encounter.serviceType and Encounter.type binding update to NCTS content The binding for Encounter.type was changed to https://healthterminologies.gov.au/fhir/ValueSet/encounter-type-1 with preferred binding. The binding for Encounter.serviceType was changed to https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 with preferred binding. Fixes #684 and Fixes #382

  3. Organization.type comment has been updated with relevant usage notes The Organization profile "Usage notes" that were specific for the element Organization.type have been copied to the comment field of the Organization.type element. Fixes #333.

  4. Change to au-pathologyresult.category The structure of the slice for au-pathologyresult.category was changed to reflect the intent of the slice where once category = "laboratory" is mandatory and the other optional category from https://healthterminologies.gov.au/fhir/ValueSet/pathology-diagnostic-service-category-1 with binding = extensible. Fixes #744

  5. Minor change to au-imagingresult to correct the order of the elements i.e. validation error existed in au-imagingresult.xml, which was corrected by the IG publisher; hence the content of the output file of au-imagingresult was copied to the file au-imagingresult.xml. No other changes made.

  6. Updating terminology for Reason Vaccine Not Administered In au-immunization the the terminology for "Reason Vaccine Not Administered" has been updated to https://healthterminologies.gov.au/fhir/ValueSet/reason-vaccine-not-administered-3. Fixes #745