Stream: australia-child-health
Topic: Composition - Patient's Parent Details
Shovan Roy (Dec 24 2018 at 01:26):
Hi All,
I'm currently working on adding Patient's parent's information in the FHIR document. Please note the details can be the patient's parent or a legal guardian as well. I can think of the following two options to achieve this:
Option 1. Add RelatedPerson resource(s) corresponding to the Patient in the same document bundle and use Provenance in the document Bundle to link them.
Option 2. Slice the 'Patient.contact'and capture them accordingly.
Knowing the context is more about capturing information about the Patient, I'm more inclined to use the Option 1.
Any thoughts/Suggestion?
Reuben Daniels (Dec 24 2018 at 01:44):
Option 1 seems more reasonable to me as well.
Richard Townley-O'Neill (Jan 08 2019 at 04:12):
Why not just create a RelatedPerson for the parent?
Something like this:
Composition-1 is the birth record
Patient-1 is the child
RelatedPerson-1 is the parent
Composition-1.subject -> Patient-1
RelatedPerson-1.patient -> Patient-1
RelatedPerson-1.relationship=parent (system=http://hl7.org/fhir/v3/RoleCode code= 'PRN')
Last updated: Apr 12 2022 at 19:14 UTC