PackagesCanonicalsLogsProblems
    Packages
    medmij.fhir.nl.stu3.longtermhealthcare@1.0.0-rc.1
    http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport
description: A report documenting a patient contact in a long-term healthcare nursing setting. The report can be recorded by different types of health professionals and is not necessarily written by a nurse.
package_name: medmij.fhir.nl.stu3.longtermhealthcare
derivation: specialization
name: LzLmNursingReport
type: lz-lm-NursingReport
elements:
  ReportTitle: {short: Report title, type: string, index: 0}
  ReportDateTime: {short: Report date time, type: dateTime, index: 1}
  Performer:
    constraint:
      lz-lm-NursingReport-1: {human: At least one of HealthProfessional or HealthcareProvider is present., source: 'http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport', severity: error, expression: HealthProfessional.exists() or HealthcareProvider.exists()}
    short: Performer
    type: BackboneElement
    index: 2
    elements:
      HealthProfessional:
        short: Health professional
        type: BackboneElement
        index: 3
        elements:
          HealthProfessionalIdentificationNumber: {short: Health professional identification number, type: Identifier, index: 4}
          NameInformation:
            short: Name information
            type: BackboneElement
            index: 5
            elements:
              FirstNames: {short: First names, type: string, index: 6}
              Initials: {short: Initials, type: string, index: 7}
              LastName:
                short: Last name
                type: BackboneElement
                index: 8
                elements:
                  Prefix: {short: Prefix, type: string, index: 9}
                  LastName: {short: Last name, type: string, index: 10}
                required: [LastName]
            required: [LastName]
          Specialty: {short: Specialty, type: CodeableConcept, index: 11}
      HealthcareProvider:
        short: Healthcare provider
        type: BackboneElement
        index: 12
        elements:
          HealthcareProviderIdentificationNumber: {short: Healthcare provider identification number, type: Identifier, index: 13}
          OrganizationName: {short: Organization name, type: string, index: 14}
          DepartmentSpecialty: {short: Department specialty, type: CodeableConcept, index: 15}
          OrganizationType: {short: Organization type, type: CodeableConcept, index: 16}
  ReportContent: {short: Report content, type: string, index: 17}
package_version: 1.0.0-rc.1
class: logical
kind: logical
url: http://medmij.nl/fhir/StructureDefinition/lz-lm-NursingReport
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [ReportContent, ReportDateTime, Performer]