PackagesCanonicalsLogsProblems
    Packages
    laniado.test.fhir.r4@0.1.27
    http://fhir.laniado.org.il/StructureDefinition/laniado-patient
description: Laniado Proposed Patient Resource
package_name: laniado.test.fhir.r4
derivation: constraint
name: LaniadoPatient
type: Patient
elements:
  meta:
    elements:
      tag:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: value}
          min: null
          slices:
            redacted:
              match: {}
              schema:
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ObservationValue'}
                    index: 2
                  code:
                    pattern: {type: Code, value: REDACTED}
                    index: 3
                  display:
                    pattern: {type: String, value: redacted}
                    index: 4
  deceasedDateTime: {type: dateTime, choiceOf: deceased, index: 22}
  birthDate:
    extensions:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 19}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 19
        slicing:
          slices:
            dataAbsentReason:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 19}
              min: 0
              max: 1
  deceased:
    choices: [deceasedDateTime]
    index: 21
  extension:
    type: Extension
    url: http://hl7.org/fhir/StructureDefinition/patient-religion
    index: 5
    slicing:
      slices:
        religion:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-religion', index: 5}
          min: 0
          max: 1
  communication:
    index: 27
    elements:
      language:
        elements:
          coding:
            index: 28
            slicing:
              rules: open
              discriminator:
              - {path: system, type: value}
              min: null
              slices:
                base:
                  match: {system: 'urn:ietf:bcp:47'}
                  schema:
                    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/languages'}
                    index: 29
                    elements:
                      system:
                        pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
                        index: 30
                    required: [system]
                laniado:
                  match: {system: 'http://fhir.laniado.org.il/CodeSystem/k-safa'}
                  schema:
                    binding: {strength: required, valueSet: 'http://fhir.laniado.org.il/ValueSet/k-safa'}
                    index: 31
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.laniado.org.il/CodeSystem/k-safa'}
                        index: 32
                    required: [system]
  identifier:
    short: Number of a person's identification document, usually a passport number.
    mustSupport: true
    index: 6
    slicing:
      slices:
        passport:
          match: {}
          schema:
            short: Number of a person's identification document, usually a passport number.
            mustSupport: true
            index: 6
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/passport'}
                index: 7
              value: {short: 'The number of a person''s identification document, usually a passport number.', index: 8}
        temp:
          match: {}
          schema:
            short: Temporary patient ID
            mustSupport: true
            index: 9
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 10
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/temp-patient'}
                index: 11
              value:
                short: A temporary patient identifier
                constraint:
                  patient-temp-id-chk: {human: Laniado temporary patient ID must be 9-digits, source: 'http://fhir.laniado.org.il/StructureDefinition/laniado-patient', severity: error, expression: 'matches(''^[0-9]{9}$'')'}
                index: 12
              assigner:
                elements:
                  reference:
                    pattern: {type: String, value: Organization/01604}
                    index: 13
                  identifier:
                    index: 14
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://institutions.health.gov.il/Institutions'}
                        index: 15
                      value:
                        pattern: {type: String, value: '01604'}
                        index: 16
                  display:
                    pattern: {type: String, value: בית חולים לניאדו}
                    index: 17
                required: [identifier]
  telecom:
    constraint:
      phone-or-fax-number: {human: A phone number or fax number SHALL begin with one of the specified prefixes followed by 6-7 digits separated by a '-'., source: 'http://fhir.laniado.org.il/StructureDefinition/laniado-patient', severity: error, expression: '(system=''phone'' or system=''fax'') implies value.matches(''^(02|03|04|050|051|052|053|054|055|056|058|059|072|073|074|076|077|08|09)-[0-9]{6,7}$'')'}
    index: 18
  maritalStatus:
    elements:
      coding:
        index: 23
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            base:
              match: {system: null}
              schema:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/marital-status'}
                index: 24
              min: 0
              max: 1
            laniado:
              match: {system: 'http://fhir.laniado.org.il/CodeSystem/k-matzav-mishp'}
              schema:
                binding: {strength: required, valueSet: 'http://fhir.laniado.org.il/ValueSet/k-matzav-mishp'}
                index: 25
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.laniado.org.il/CodeSystem/k-matzav-mishp'}
                    index: 26
                required: [system]
package_version: 0.1.27
extensions:
  religion: {url: 'http://hl7.org/fhir/StructureDefinition/patient-religion', min: 0, max: 1, type: Extension, index: 5}
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/laniado-patient
base: http://fhir.health.gov.il/StructureDefinition/il-core-patient
version: null