PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.1.0
    http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-patient
description: Patient profile for HDP
package_name: il.hdp.fhir.r4
derivation: constraint
name: ILHDPPatient
type: Patient
elements:
  meta:
    type: Meta
    index: 0
    elements:
      security:
        index: 1
        slicing:
          slices:
            HDP:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: code, value: patientDemographics}
                    type: code
                    index: 2
                  display:
                    pattern: {type: string, value: דמוגרפיה}
                    type: string
                    index: 3
  extension:
    index: 4
    slicing:
      slices:
        hmo:
          match: {}
          schema: {_required: true, index: 5}
          min: 1
  name:
    index: 6
    elements:
      family: {index: 7}
      given: {index: 8}
    required: [family, given]
    slicing:
      slices:
        Hebrew:
          match: {}
          schema:
            index: 9
            elements:
              family: {index: 10}
              given: {index: 11}
            required: [family, given]
        English:
          match: {}
          schema:
            index: 12
            elements:
              family: {index: 13}
              given: {index: 14}
            required: [family, given]
        Arabic:
          match: {}
          schema:
            index: 15
            elements:
              family: {index: 16}
              given: {index: 17}
            required: [family, given]
  contact:
    index: 18
    elements:
      organization:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization']
        index: 19
    slicing:
      slices:
        parent:
          match: {}
          schema:
            index: 20
            elements:
              organization:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization']
                index: 21
  generalPractitioner:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner-role']
    index: 22
  managingOrganization:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization']
    index: 23
  link:
    elements:
      other:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-related-person', 'http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-patient']
        index: 24
package_version: 0.1.0
extensions:
  hmo: {url: null, min: 1, _required: true, index: 5}
class: profile
kind: resource
url: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-patient
base: http://fhir.health.gov.il/StructureDefinition/il-core-patient
version: null
required: [extension, meta]