PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@1.0.0-preview
    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: 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/StructureDefinition/au-relatedperson', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
        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/core/StructureDefinition/au-core-patient']
    index: 3
  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: 9
package_version: 1.0.0-preview
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: 1.0.0-preview
required: [subject]