PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ps@0.1.0-preview
    http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-encounter
description: This profile sets minimum expectations for an Encounter resource in the context of a patient summary in an Australian context. It is based on the [AU Base Encounter](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-encounter.html) profile, and applies the constraints of [AU Core Encounter](http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter) and IPS.
package_name: hl7.fhir.au.ps
derivation: constraint
name: AUPSEncounter
type: Encounter
elements:
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-organization']
    index: 12
  reasonCode: {mustSupport: true, index: 8}
  participant:
    mustSupport: true
    index: 4
    elements:
      type: {mustSupport: true, index: 5}
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitioner', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitionerrole', 'http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-relatedperson']
        index: 6
  serviceType:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/service-type-1'}
    mustSupport: true
    index: 2
  status: {mustSupport: true, index: 0}
  class: {mustSupport: true, index: 1}
  period: {mustSupport: true, index: 7}
  location:
    mustSupport: true
    index: 10
    elements:
      location:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-location']
        index: 11
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-patient']
    index: 3
  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/Observation']
    index: 9
package_version: 0.1.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-encounter
base: http://hl7.org.au/fhir/StructureDefinition/au-encounter
version: 0.1.0-preview
required: [subject]