PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.hdr@0.1.0-ballot
    http://hl7.eu/fhir/hdr/StructureDefinition/Header
description: Hospital Discharge Report - Hospital Discharge Report header data element - A.1 eHN
package_name: hl7.fhir.eu.hdr
derivation: specialization
name: HeaderHdrEhn
type: http://hl7.eu/fhir/hdr/StructureDefinition/Header
elements:
  subject: {type: 'http://hl7.eu/fhir/hdr/StructureDefinition/Subject', short: A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject, index: 0}
  payer:
    type: Base
    short: A.1.3 - Health insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care.
    index: 1
    elements:
      insuranceCode: {type: Identifier, short: A.1.3.1 - Health insurance code, index: 2}
      insuranceName: {type: string, short: A.1.3.2 - Health insurance name, index: 3}
      insuranceNumber: {type: Identifier, short: A.1.3.3 - Health insurance number, index: 4}
  informationRecipient:
    type: Base
    short: A.1.4 - Information recipient - (intended recipient or recipients of the report), if applicable
    array: true
    index: 5
    elements:
      identifier: {type: Identifier, short: A.1.4.1 - Recipient identifier, index: 6}
      name: {type: HumanName, short: A.1.4.2 - Recipient name, index: 7}
      organizationID: {type: Identifier, short: A.1.4.3 - Recipient organisation ID, array: true, index: 8}
      organization: {type: Base, short: A.1.4.4 - Recipient organisation, index: 9}
      address: {type: Address, short: A.1.4.5 - Address, index: 10}
      country: {type: CodeableConcept, short: A.1.4.6 - Country, index: 11}
      telecom: {type: ContactPoint, short: A.1.4.7 - Telecom, array: true, index: 12}
    required: [country]
  author:
    type: Base
    short: A.1.5 - Author (by whom the Hospital discharge report was/were authored). Multiple authors could be provided.
    array: true
    min: 1
    index: 13
    elements:
      identifier: {type: Identifier, short: A.1.5.1 - Author identifier, array: true, min: 1, index: 14}
      name: {type: HumanName, short: A.1.5.2 - Author name, index: 15}
      organizationID: {type: Identifier, short: A.1.5.3 - Author organisation ID, array: true, index: 16}
      organization: {type: Base, short: A.1.5.4 - Author organisation, index: 17}
      dateTime: {type: dateTime, short: A.1.5.5 - Date Time, index: 18}
    required: [dateTime, identifier, name, organization]
  attester:
    type: Base
    short: A.1.6 - Attester (multiple attesters could be provided)
    array: true
    index: 19
    elements:
      identifier: {type: Identifier, short: A.1.6.1 - Attester identifier, array: true, min: 1, index: 20}
      name: {type: HumanName, short: A.1.6.2 - Attester name, index: 21}
      organizationID: {type: Identifier, short: A.1.6.3 - Attester organisation ID, array: true, index: 22}
      organization: {type: Base, short: A.1.6.4 - Attester organisation, index: 23}
      dateTime: {type: dateTime, short: A.1.6.5 - Approval date and time, index: 24}
    required: [dateTime, identifier, name, organization]
  legalAuthenticator:
    type: Base
    short: A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)
    index: 25
    elements:
      identifier: {type: Identifier, short: A.1.7.1 - Legal authenticator identifier, array: true, min: 1, index: 26}
      name: {type: HumanName, short: A.1.7.2 - Legal authenticator name, index: 27}
      organizationID: {type: Identifier, short: A.1.7.3 - Legal authenticator organisation ID, array: true, index: 28}
      organization: {type: Base, short: A.1.7.4 - Legal authenticator organisation, index: 29}
      dateTime: {type: dateTime, short: A.1.7.5 - Authentication date and time, index: 30}
    required: [dateTime, identifier, name, organization]
  documentMetadata:
    type: Base
    short: A.1.8 - Document metadata
    index: 31
    elements:
      type: {type: CodeableConcept, short: A.1.8.2 - Document type, index: 33}
      title: {type: string, short: A.1.8.5 - Document title, index: 36}
      dateTime: {type: dateTime, short: A.1.8.4 - Report date and time, index: 35}
      custodian: {type: Base, short: A.1.8.6 - Report custodian, index: 37}
      status: {type: CodeableConcept, short: A.1.8.3 - Document status, index: 34}
      language: {type: CodeableConcept, short: A.1.8.8 - Language, index: 39}
      identifier: {type: Identifier, short: A.1.8.1 - Document ID, index: 32}
      version: {type: string, short: A.1.8.9 - Version, index: 40}
      confidentiality: {type: CodeableConcept, short: A.1.8.7 - Confidentiality, index: 38}
    required: [confidentiality, custodian, dateTime, identifier, language, status, title, type]
package_version: 0.1.0-ballot
class: logical
kind: logical
url: http://hl7.eu/fhir/hdr/StructureDefinition/Header
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.1.0-ballot
required: [author, documentMetadata, subject]