Organization

Description

The FHIR Organization profile defines facilities.

See JSON structures below for examples.

References

  • Appears in PractitionerRole.organization references.
  • Appears in Location.managingOrganization references.

Snapshot

Command 'tree' could not render: File not found for 'subject=akinox-fhir-registry-sandbox/quebecorganization'

Click here for information about the base FHIR Organization specification.

JSON structure

These are templates for the FHIR Organization. See table below for values description.

Facility structure:

Command 'json' could not render: File not found for 'subject=akinox-fhir-registry/hospital-organization-akinox-template/~json'

Description of the values

Property Description
{id} This is the logical identifier. It is a GUID for a Facility.
{versionId} The version number of the establishment. This version number is incremented by Akinox system outside of changes done trought this API.
{lastUpdatedDate} The last updated date of the establishment
{identifierTypeMsss} Identifier type for the facility. Is a fixed value. (i.e. MSSS, Minister for Health and Social Services)
{msssCode} This is the business identifier. It is the facility code for the Ministry of Health and Social Services (Ministère de la Santé et des Services Sociaux). varchar(9) max. Only present in facility structures.
{typeCode} This is the type of organization. See AkinoxOrganizationType ValueSet here.
{name} Name of the organization.
{workPhone} Telephone for the organization.
{rtsCode} The organization's territorial service area code (Réseaux territoriaux de services de santé et de services sociaux (RTS).
{rtsDisplay} The patient's RTS human readable display.
{addressType} Address type for the organization.
{lineAddress} Line address for the organization.
{city} The organization's city.
{district} Quebec MSSS administrative Region.
{postalCode} Postal code for the organization. Example (1A1 1N1)
{country} The organization's country code. As of Version 1, facility are in Canada. (CAN)

Notes on typical FHIR errors

  • Regarding the facility entity, the identifier.type.coding.code must always be MSSS. Otherwise, the FHIR validation will raise an error. (it is caps sensitive)
    • Click here for further information regarding the types of identifier.
  • The telecom.system must always be phone. Otherwise, the FHIR validation will raise an error.
  • If you remove the meta.profile, there will be an error on the FHIR validation.

Search Parameters

Name Description
identifier This is the unique business identifier of the organization. Identifies one unique facility.

See search examples