PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.laboratory@0.1.1
    http://fhir.ehdsi.eu/laboratory/StructureDefinition/Subject
description: Identification of the patient/subject  and Patient/subject related contact information 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: SubjectLabMyHEU
type: http://fhir.ehdsi.eu/laboratory/StructureDefinition/Subject
elements:
  identification:
    type: BackboneElement
    short: Identification of the patient/subject
    index: 0
    elements:
      familyName: {type: string, short: Family name/surname, array: true, min: 1, index: 1}
      givenName: {type: string, short: Given name, array: true, min: 1, index: 2}
      dateOfBirth: {type: dateTime, short: Date of birth, index: 3}
      identifier: {type: Identifier, short: Personal identifier, array: true, index: 4}
      gender: {type: CodeableConcept, short: Gender, index: 5}
      sex: {type: CodeableConcept, short: Sex for clinical use, index: 6}
    required: [familyName, dateOfBirth, givenName]
  addressTelecom:
    type: BackboneElement
    short: Patient/subject related contact information
    array: true
    index: 7
    elements:
      address:
        type: Address
        short: Address
        array: true
        index: 8
        elements:
          stateOrProvince: {type: string, short: State or Province, index: 13}
          use: {type: code, short: Use of Address, index: 16}
          city: {type: string, short: City, index: 14}
          houseNumber: {type: string, short: House Number, index: 10}
          type: {type: code, short: Type of address, index: 17}
          street: {type: string, short: Street, index: 9}
          postalCode: {type: string, short: Postal Code, index: 12}
          postBox: {type: string, short: Post Box, index: 11}
          countryCode: {type: CodeableConcept, short: Country Code, index: 15}
        required: [countryCode]
      telecom: {type: ContactPoint, short: Telecom, array: true, index: 18}
package_version: 0.1.1
class: logical
kind: logical
url: http://fhir.ehdsi.eu/laboratory/StructureDefinition/Subject
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.1.1
required: [identification]