PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice
description: This profile sets minimum expectations for a HealthcareService resource to record, search, and fetch information about a healthcare service. It is based on the [AU Base Healthcare Service](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-healthcareservice.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the HealthcareService 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: AUCoreHealthcareService
type: HealthcareService
elements:
  category: {mustSupport: true, index: 4}
  specialty: {mustSupport: true, index: 6}
  name: {mustSupport: true, index: 8}
  providedBy:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 3
  type: {mustSupport: true, index: 5}
  active:
    pattern: {type: Boolean, value: true}
    index: 2
  identifier:
    short: External identifiers for this item
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        hpio:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 1}
          max: 1
  serviceProvisionCode:
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org.au/ValueSet/service-provision-conditions'}
    mustSupport: true
    index: 9
  location:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-location']
    index: 7
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice
base: http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice
version: 0.2.2-preview
required: [name]