PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@2.2.0-ti-ballot
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/practitioner-lab-ca-ps
description: This profile represents the constraints applied to the Practitioner resource by the PS-CA project to represent a practitioner acting as observer for diagnostic results. It allows for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information. This profile may be underpinned by a CA Core profile in the future. There is a possibility it will be replaced entirely by a CA Core profile if the requirements for use in lab are aligned to expectations for generic use.
package_name: ca.infoway.io.psca
derivation: constraint
name: PractitionerLabPSCA
type: Practitioner
elements:
  identifier:
    elements:
      system: {index: 0}
      value: {index: 1}
    required: [value, system]
  name:
    constraint:
      psca-pract-1: {human: Practitioner.name.given or Practitioner.name.family or both SHALL be present, source: 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/practitioner-lab-ca-ps', severity: error, expression: family.exists() or given.exists()}
    mustSupport: true
    index: 2
    elements:
      family: {mustSupport: true, index: 3}
      given: {mustSupport: true, index: 4}
  telecom: {index: 5}
  address: {index: 6}
package_version: 2.2.0-ti-ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/practitioner-lab-ca-ps
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 2.2.0
required: [name]