PackagesCanonicalsLogsProblems
    Packages
    laniado.test.fhir.r4@0.1.21
    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: 25}
  birthDate:
    extensions:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 22}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 22
        slicing:
          slices:
            dataAbsentReason:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 22}
              min: 0
              max: 1
  deceased:
    choices: [deceasedDateTime]
    index: 24
  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: 30
    elements:
      language:
        elements:
          coding:
            index: 31
            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: 32
                    elements:
                      system:
                        pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
                        index: 33
                    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: 34
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.laniado.org.il/CodeSystem/k-safa'}
                        index: 35
                    required: [system]
  identifier:
    index: 6
    slicing:
      slices:
        ppn:
          match: {}
          schema:
            index: 6
            elements:
              system:
                extensions:
                  dataAbsentReason:
                    url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
                    type: Extension
                    index: 8
                    elements:
                      value:
                        pattern: {type: Code, value: unknown}
                        choices: []
                        index: 10
                elements:
                  extension:
                    index: 7
                    slicing:
                      slices:
                        dataAbsentReason:
                          match: {}
                          schema:
                            type: Extension
                            url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
                            index: 8
                            elements:
                              value:
                                pattern: {type: Code, value: unknown}
                                choices: []
                                index: 10
                required: [extension]
        temp:
          match: {}
          schema:
            short: Temporary patient ID
            mustSupport: true
            index: 11
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 12
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: PNT, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 13
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/temp-patient'}
                index: 14
              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: 15
              assigner:
                elements:
                  reference:
                    pattern: {type: String, value: Organization/01604}
                    index: 16
                  identifier:
                    index: 17
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://institutions.health.gov.il/Institutions'}
                        index: 18
                      value:
                        pattern: {type: String, value: '01604'}
                        index: 19
                  display:
                    pattern: {type: String, value: בית חולים לניאדו}
                    index: 20
                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: 21
  maritalStatus:
    elements:
      coding:
        index: 26
        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: 27
              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: 28
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.laniado.org.il/CodeSystem/k-matzav-mishp'}
                    index: 29
                required: [system]
package_version: 0.1.21
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