PackagesCanonicalsLogsProblems
    Packages
    fhir.exampleNov@0.1.0
    https://interopsante.org/fhir/StructureDefinition/MyPatientProfile
description: null
package_name: fhir.exampleNov
derivation: constraint
name: MyPatientProfile
type: Patient
elements:
  extension:
    type: Extension
    isModifier: false
    url: https://interopsante.org/fhir/StructureDefinition/MyPatientBirhPlace
    index: 0
    slicing:
      slices:
        myPatientBirhPlace:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientBirhPlace', 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:
            _required: true
            index: 3
            elements:
              use:
                pattern: {type: Code, value: official}
                index: 4
              type:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: INS-NIR, system: 'http://interopsante.org/CodeSystem/fr-v2-0203'}
                    index: 5
        INS-NIA:
          match:
            type:
              coding:
              - {code: INS-NIA, system: 'http://interopsante.org/CodeSystem/fr-v2-0203'}
          schema:
            index: 6
            elements:
              use:
                pattern: {type: Code, value: temp}
                index: 7
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: INS-NIA, system: 'http://interopsante.org/CodeSystem/fr-v2-0203'}
                index: 8
  gender: {mustSupport: true, index: 9}
  deceased:
    choices: [deceasedDateTime]
    index: 11
  deceasedDateTime: {type: dateTime, choiceOf: deceased, index: 12}
  maritalStatus: {index: 13}
  generalPractitioner:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
    index: 14
package_version: 0.1.0
extensions:
  myPatientBirhPlace: {url: 'https://interopsante.org/fhir/StructureDefinition/MyPatientBirhPlace', 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://interopsante.org/fhir/StructureDefinition/MyPatientProfile
base: http://hl7.org/fhir/StructureDefinition/Patient
version: null
required: [gender]