PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@1.1.0
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/diagnosticreport-ca-ps
description: This profile represents the constraints applied to the DiagnosticReport resource by the PS-CA project to represent diagnostic test and procedure reports in a patient summary. It is informed by the constraints of the [DiagnosticReport IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-DiagnosticReport-uv-ips.html) to allow for cross-border and cross-jurisdiction sharing of Diagnostic Result information. Notably this profile is broader in scope than the [Canadian Baseline DiagnosticReport Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-diagnosticreport.html)
package_name: ca.infoway.io.psca
derivation: constraint
name: DiagnosticReportPSCA
type: DiagnosticReport
elements:
  category: {type: CodeableConcept, mustSupport: true, index: 1}
  effective[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', max: 1, short: 'effective[x] absence reason', type: Extension, mustSupport: true, index: 10}
    elements:
      extension:
        index: 9
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            data-absent-reason:
              match: {url: null}
              schema: {short: 'effective[x] absence reason', type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 10}
              max: 1
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
  status:
    pattern: {type: Code, value: final}
    index: 0
  result:
    short: Observation results included in the diagnostic report.
    mustSupport: true
    index: 12
    slicing:
      rules: open
      discriminator:
      - {path: $this.resolve(), type: profile}
      min: null
      slices:
        observation-results:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-ca-ps', 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-laboratory-ca-ps', 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-pathology-ca-ps', 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-radiology-ca-ps']
            index: 13
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code:
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/pCLOCD'}
    mustSupport: true
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
    required: [reference]
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/organization-lab-ca-ps', 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/practitioner-lab-ca-ps', 'http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/practitionerrole-lab-ca-ps', 'http://hl7.org/fhir/StructureDefinition/CareTeam']
    index: 11
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 8}
package_version: 1.1.0
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/diagnosticreport-ca-ps
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: null
required: [effectiveDateTime, effectivePeriod, subject, category, effective]