PackagesCanonicalsLogsProblems
    Packages
    fhir.Module3@0.1.0-alpha
    https://http://interopsante.org/fhir/StructureDefinition/MyPatientProfile
description: null
package_name: fhir.Module3
derivation: constraint
name: MyPatientProfile
type: Patient
elements:
  extension:
    type: Extension
    isModifier: false
    url: https://interopsante.org/fhir/StructureDefinition/MyPatientBirthPlace
    index: 0
    slicing:
      slices:
        myPatientBirthPlace:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientBirthPlace', index: 0}
        myPatientIdentityReliability:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientIdentityReliability', index: 1}
  identifier:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        INS-NIR:
          match: {type: null}
          schema:
            index: 3
            elements:
              use:
                pattern: {type: Code, value: usual}
                index: 4
              type:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: INS-NIR, system: 'http://interopsante.org/CodeSystem/fr-v2-0203/Code'}
                    index: 5
        INS-NIA:
          match: {type: null}
          schema:
            index: 6
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 7
              type:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {system: 'http://interopsante.org/CodeSystem/fr-v2-0203/Code'}
                    index: 8
  gender: {mustSupport: true, index: 9}
  deceased:
    choices: [deceasedDateTime]
    index: 11
  deceasedDateTime: {type: dateTime, choiceOf: deceased, index: 12}
  maritalStatus: {index: 13}
package_version: 0.1.0-alpha
extensions:
  myPatientBirthPlace: {url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientBirthPlace', type: Extension, isModifier: false, index: 0}
  myPatientIdentityReliability: {url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientIdentityReliability', type: Extension, isModifier: false, index: 1}
class: profile
kind: resource
url: https://http://interopsante.org/fhir/StructureDefinition/MyPatientProfile
base: http://hl7.org/fhir/StructureDefinition/Patient
version: null
required: [gender]