PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-device-system
description: This profile sets minimum expectations for a Device resource to record, search, and fetch basic identifying and other administrative information about an information system device. It is based on the core [Device]( http://hl7.org/fhir/R4/device.html) resource and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Device 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: AUCoreDeviceSystem
type: Device
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        paid:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 1}
          max: 1
  deviceName:
    mustSupport: true
    index: 2
    elements:
      name: {mustSupport: true, index: 3}
      type: {mustSupport: true, index: 4}
  type:
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/information-system-device-type-1'}
    mustSupport: true
    index: 5
  owner:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 6
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-device-system
base: http://hl7.org/fhir/StructureDefinition/Device
version: 0.2.2-preview
required: [owner, identifier]