PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.laboratory@0.1.0
    http://fhir.ehdsi.eu/laboratory/StructureDefinition/Device-measuring-lab-myhealtheu
description: This profile defines how to represent a measuring Device in HL7 FHIR for the purpose of this guide.
package_name: myhealth.eu.fhir.laboratory
derivation: constraint
name: DeviceMeasuringMyHealthEu
type: Device
elements:
  identifier: {short: Device identifier, index: 0}
  udiCarrier: {short: Unique Device Identifier (UDI), index: 1}
  manufacturer: {short: Manufacturer's name, index: 2}
  deviceName:
    index: 3
    elements:
      name: {index: 4}
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        manDeviceName:
          match: {type: manufacturer-name}
          schema:
            array: true
            index: 5
            elements:
              name: {short: Manufacturer device name, index: 6}
              type:
                pattern: {type: Code, value: manufacturer-name}
                index: 7
        modelName:
          match: {type: model-name}
          schema:
            array: true
            index: 8
            elements:
              name: {short: Model name, index: 9}
              type:
                pattern: {type: Code, value: model-name}
                index: 10
package_version: 0.1.0
class: profile
kind: resource
url: http://fhir.ehdsi.eu/laboratory/StructureDefinition/Device-measuring-lab-myhealtheu
base: http://hl7.org/fhir/StructureDefinition/Device
version: 0.1.0