PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.laboratory@0.1.0
    http://fhir.ehdsi.eu/laboratory/StructureDefinition/LabReport
description: Laboratory Report Content as defined by the MyHealth@EU business requirement '13.01 Create the MyHealth@EU Laboratory Result Report Content'.
package_name: myhealth.eu.fhir.laboratory
derivation: specialization
name: LabReportMyHEU
type: http://fhir.ehdsi.eu/laboratory/StructureDefinition/LabReport
elements:
  header:
    type: BackboneElement
    short: Report header
    index: 0
    elements:
      subject: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Subject', short: Patient/subject, index: 1}
      payer: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Payer', short: Health insurance and payment information, index: 2}
      informationRecipient: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Recipient', short: Information recipient, array: true, index: 3}
      author: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Author', short: Author, array: true, min: 1, index: 4}
      legalAuthenticator: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/LegalAuthenticator', short: Legal authenticator, array: true, min: 1, index: 5}
      validator: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Validator', short: Result validator, array: true, index: 6}
      metadata:
        type: BackboneElement
        short: Laboratory report metadata
        index: 7
        elements:
          studyType: {type: CodeableConcept, short: Study type, array: true, index: 13}
          type: {type: CodeableConcept, short: Document type, array: true, min: 1, index: 9}
          title: {type: string, short: Document title, index: 12}
          dateTime: {type: dateTime, short: Report date and time, index: 11}
          documentId: {type: Identifier, short: Document Id, index: 8}
          custodian: {type: BackboneElement, short: Report custodian, index: 14}
          status: {type: CodeableConcept, short: Document status, index: 10}
          language: {type: CodeableConcept, short: Language, array: true, min: 1, index: 16}
          version: {type: string, short: Version, index: 17}
          confidentiality: {type: CodeableConcept, short: Confidentiality, index: 15}
        required: [documentId, status, title, type, language]
    required: [author, subject, legalAuthenticator, metadata]
  order: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Order', short: Order, array: true, min: 1, index: 18}
  specimen: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/SpecimenLab', short: Specimen information, array: true, min: 1, index: 19}
  result: {type: 'http://fhir.ehdsi.eu/laboratory/StructureDefinition/Result', short: Results data elements, array: true, min: 1, index: 20}
  pdf: {type: Attachment, short: PDF document, array: true, index: 21}
  media: {type: Attachment, short: Media, array: true, index: 22}
package_version: 0.1.0
class: logical
kind: logical
url: http://fhir.ehdsi.eu/laboratory/StructureDefinition/LabReport
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.1.0
required: [specimen, order, header, result]