PackagesCanonicalsLogsProblems
    Packages
    rs/gpc.stu3.fhir@assets-1.1.2
    https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Device-1
description: This resource is primarily used for recording which device performed an action and can also be used to track device location. It is also used for prescribing and dispensing devices for patient use. If the device is implanted in a patient, then the patient element will be present, and there would be no location.
package_name: rs/gpc.stu3.fhir
derivation: constraint
name: ITK-Device-1
type: Device
elements:
  identifier:
    elements:
      type:
        elements:
          coding:
            elements:
              system: {index: 0}
              code: {index: 1}
              display: {index: 2}
            required: [code, display, system]
      value: {index: 3}
      assigner:
        type: Reference
        refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
        index: 4
        elements:
          reference: {index: 5}
        required: [reference]
    required: [value]
  type:
    index: 6
    elements:
      coding:
        elements:
          system: {index: 7}
          code: {index: 8}
          display: {index: 9}
        required: [code, display, system]
  patient:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1']
    index: 10
    elements:
      reference: {index: 11}
    required: [reference]
  owner:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
    index: 12
    elements:
      reference: {index: 13}
    required: [reference]
  contact:
    elements:
      system: {index: 14}
      value: {index: 15}
    required: [system, value]
  location:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Location-1']
    index: 16
    elements:
      reference: {index: 17}
    required: [reference]
  note:
    index: 18
    elements:
      authorReference:
        type: Reference
        refers: ['https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Header-Practitioner-1']
        index: 19
        slicing:
          slices:
            authorReference:
              match: {}
              schema:
                type: Reference
                refers: ['https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ITK-Header-Practitioner-1']
                index: 19
                elements:
                  reference: {index: 20}
                required: [reference]
  safety:
    elements:
      coding:
        elements:
          system: {index: 21}
          code: {index: 22}
          display: {index: 23}
        required: [code, display, system]
package_version: assets-1.1.2
class: profile
kind: resource
url: https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Device-1
base: http://hl7.org/fhir/StructureDefinition/Device
version: 1.0.0
required: [type]