Registration Task
Last updated
Last updated
The FHIR Task 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.
To request the FHIR Task associated with the event use the Composition id
:
Multiple FHIR task Resources are returned in a containing an entry
array.
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"} ...
businessStatus
{"coding": [{"system": "http://opencrvs.org/specs/reg-status","code": "REGISTERED"}]}
The businessStatus
code will be either REGISTERED
or CERTIFIED
for a valid registration.
The extensions contain contact details for the event. regLastLocation
contains a reference for the administrative area where the birth was registered. regLastOffice
contains a 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.