PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.laboratory@0.1.0
    http://fhir.ehdsi.eu/laboratory/StructureDefinition/Bundle-lab-myhealtheu
description: This profile defines how to use a Bundle to represent a Laboratory Result Report in HL7 FHIR for the purpose of this guide.
package_name: myhealth.eu.fhir.laboratory
derivation: constraint
name: BundleLabReportMyHealthEu
type: Bundle
elements:
  entry:
    array: true
    min: 3
    index: 0
    slicing:
      slices:
        patient:
          match: {}
          schema:
            _required: true
            index: 5
            elements:
              resource: {type: Patient, index: 6}
        practitionerRole:
          match: {}
          schema:
            index: 15
            elements:
              resource: {type: PractitionerRole, index: 16}
        specimen:
          match: {}
          schema:
            index: 9
            elements:
              resource: {type: Specimen, index: 10}
        observation:
          match: {}
          schema:
            index: 7
            elements:
              resource: {type: Observation, index: 8}
        diagnosticReport:
          match: {}
          schema:
            index: 3
            elements:
              resource: {type: DiagnosticReport, index: 4}
        serviceRequest:
          match: {}
          schema:
            index: 11
            elements:
              resource: {type: ServiceRequest, index: 12}
        practitioner:
          match: {}
          schema:
            index: 13
            elements:
              resource: {type: Practitioner, index: 14}
        device:
          match: {}
          schema:
            index: 19
            elements:
              resource: {type: Device, index: 20}
        composition:
          match: {}
          schema:
            index: 1
            elements:
              resource: {type: Composition, index: 2}
        bodyStructure:
          match: {}
          schema:
            index: 17
            elements:
              resource: {type: BodyStructure, index: 18}
package_version: 0.1.0
class: profile
kind: resource
url: http://fhir.ehdsi.eu/laboratory/StructureDefinition/Bundle-lab-myhealtheu
base: http://hl7.eu/fhir/laboratory/StructureDefinition/Bundle-eu-lab
version: 0.1.0