Business Identifiers

Business identifiers are needed for many resources in the application:

  • RequestorLocation
  • FlexFormUser
  • Request
  • Applicant

Our Business identifiers are profiled using a combination of:

  • value
  • system

Using this combination allows searching like this [parameter]=system|[code]. Example from FHIR documentation: GET [base]/Observation?patient.identifier=http://example.com/fhir/identifier/mrn|123456


System

The system element will have the following format: urn:sadie:FHIR resource:Source System or Type

Here are some examples:

System Description
urn:sadie:location:eap Location ID in the EAP system.
urn:sadie:patient:odsp Member ID in the ODSP system. Used to identify a Patient
urn:sadie:request:odsp Referral ID in the ODSP system. Used to identify a Request
urn:sadie:practitioner:cpdb Prescriber ID in the CPDB system. Used to identify a Practitioner
urn:sadie:practitioner:gosecure GoSecure ID in the GoSecure system. Used to identify a Practitioner
urn:sadie:qualification:md CPSO number for a doctor's licence
urn:sadie:qualification:np CNO number for a nurse practitioner licence

Systems will be bound to the following ValueSet:FlexForms-IdentifierSystems