PackagesCanonicalsLogsProblems
    Packages
    tigacorehub.patient@1.1.9
    http://moph.qa/fhir/StructureDefinition/NewBornPatientProfile
description: null
package_name: tigacorehub.patient
derivation: constraint
name: NewBornPatientProfile
type: Patient
elements:
  name:
    index: 9
    elements:
      family: {index: 10}
      given: {index: 11}
    required: [given, family]
  birthDate: {index: 16}
  multipleBirth:
    choices: []
    index: 18
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        BirthPlace:
          match: {url: null}
          schema: {type: Extension, isModifier: false, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', index: 1}
          min: 0
        Naitonality:
          match: {url: null}
          schema: {type: Extension, isModifier: false, url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', index: 2}
          min: 0
  photo: {index: 19}
  link: {index: 20}
  identifier:
    index: 3
    elements:
      type:
        index: 4
        elements:
          coding:
            elements:
              system:
                pattern: {type: Uri, value: 'http://moph.qa/CodeSystem/PatientIdentifier'}
                index: 5
              code: {index: 6}
            required: [system, code]
      system: {index: 7}
      value: {index: 8}
    required: [value, type, system]
  telecom:
    index: 12
    elements:
      system: {index: 13}
      value: {index: 14}
    required: [value, system]
  gender: {index: 15}
package_version: 1.1.9
extensions:
  BirthPlace: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', min: 0, type: Extension, isModifier: false, index: 1}
  Naitonality: {url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', min: 0, type: Extension, isModifier: false, index: 2}
class: profile
kind: resource
url: http://moph.qa/fhir/StructureDefinition/NewBornPatientProfile
base: http://hl7.org/fhir/StructureDefinition/Patient
version: null
required: [gender, multipleBirth, name, identifier, link, birthDate, telecom]