Following are the contract level changes that we have fixed for our bundles to be parseable.
Changes in current release version
Entry level changes:
- Entry level updated,author tags are moved to bundle level meta data. Entry doesnot have an id.Every resource is now mandated to have an id.
- Currently we are populating the resource id to the entry id.
Composition
new mandatory fields added:
- type,
- author,
- confidentiality => http://hl7.org/fhir/v3/Confidentiality - code system
Encounter
subject => patient
(Fields removed )
indication
Condition
RelatedItem is replaced by dueTo and occurredFollowing.
Changes in active development branch
Observation [breaking]
- name ==> code.
Immunization [breaking]
- refusalIndicator ==> wasNotGiven
- refusalReason ==> getReasonNotGiven
- subject ==> patient
MedicationPrescription [not breaking]
- dosageInstruction can now take both dosageQuantity and dosageRange
[dosageInstruction.dose field can capture two types dosageQuantity,dosageRange]
0 Comments