Registration Task
Requesting FHIR Task for a birth event containing the Birth Registration Number
The FHIR Task FHIR Bundle contains valuable audit information regarding the event. It contains the generated Birth Registration Number from the event which is later saved into the Patient's identifiers.
URL
To request the FHIR Task FHIR Bundle associated with the event use the Composition id
:
Request headers
Multiple FHIR task Resources are returned in a FHIR Bundle containing an entry
array.
Task payload
Key bundle entries
identifier
[{"system": "http://opencrvs.org/specs/id/birth-registration-number","value": "2020BKXA8V2"}]
The Birth Registration Number.
extension
[{"url": "http://opencrvs.org/specs/extension/contact-person-phone-number","valueString": "+260734576343"} ...
The extensions contain contact details for the event. regLastLocation
contains a FHIR Location reference for the administrative area where the birth was registered. regLastOffice
contains a FHIR Location reference for the civil registration office where the birth was registered. regLastUser
contains a FHIR Practitioner reference for the civil registration officer who registered the event.
businessStatus
{"coding": [{"system": "http://opencrvs.org/specs/reg-status","code": "REGISTERED"}]}
The businessStatus
code will be either REGISTERED
or CERTIFIED
for a valid registration.