PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.3.0-ballot
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter
description: This profile sets minimum expectations for an Encounter resource to record, search, and fetch basic encounter information for a patient. It is based on the [AU Base Encounter](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-encounter.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Encounter when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.
package_name: hl7.fhir.au.core
derivation: constraint
name: AUCoreEncounter
type: Encounter
elements:
  serviceProvider:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 16
  reasonCode: {mustSupport: true, index: 10}
  type:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/encounter-type-1'}
    mustSupport: true
    index: 3
  participant:
    mustSupport: true
    index: 6
    elements:
      type: {mustSupport: true, index: 7}
      individual:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        index: 8
  serviceType:
    binding: {strength: preferred, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/service-type-1'}
    mustSupport: true
    index: 4
  status: {mustSupport: true, index: 1}
  class: {mustSupport: true, index: 2}
  identifier: {mustSupport: true, index: 0}
  hospitalization:
    mustSupport: true
    index: 12
    elements:
      dischargeDisposition: {mustSupport: true, index: 13}
  period: {mustSupport: true, index: 9}
  location:
    mustSupport: true
    index: 14
    elements:
      location:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-location']
        index: 15
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 5
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure', 'http://hl7.org/fhir/StructureDefinition/Observation']
    index: 11
package_version: 0.3.0-ballot
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter
base: http://hl7.org.au/fhir/StructureDefinition/au-encounter
version: 0.3.0-ballot
required: [subject]