PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ps@0.1.0-preview
    http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-procedure
description: This profile sets minimum expectations for a Procedure resource in the context of a patient summary in an Australian context. It is based on the [AU Base Procedure](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-procedure.html) profile, and applies the constraints of [AU Core Procedure](http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure) and [Procedure (IPS)](http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips).
package_name: hl7.fhir.au.ps
derivation: constraint
name: AUPSProcedure
type: Procedure
elements:
  status: {mustSupport: true, index: 0}
  code:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/procedure-1'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-patient']
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
    required: [reference]
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-encounter']
    index: 4
  performed:
    mustSupport: true
    choices: []
    index: 6
  reasonCode: {mustSupport: true, index: 7}
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-condition', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-procedure', 'http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/Observation']
    index: 8
  bodySite:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'}
    constraint:
      au-core-pro-01: {human: 'If a coded body site is provided, at least one coding shall be from SNOMED CT', severity: error, expression: 'coding.exists() implies coding.where(system=''http://snomed.info/sct'').exists()'}
    index: 9
package_version: 0.1.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-procedure
base: http://hl7.org.au/fhir/StructureDefinition/au-procedure
version: 0.1.0-preview
required: [performed, code]