PackagesCanonicalsLogsProblems
    Packages
    niceprofiling.v23q1@0.5.0
    https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1
description: This profile is for sumbitting data to the NICE relating to the patient. This includes the patient's:\r\n- Surname\r\n- Maiden name\r\n- Gender\r\n- Date of birth\r\n- Wether the patient died in the hospital
package_name: niceprofiling.v23q1
derivation: constraint
name: NICE-Patient
type: Patient
elements:
  extension:
    mustSupport: false
    index: 0
    slicing:
      rules: open
      ordered: false
      min: 1
      slices:
        Verified:
          match: {}
          schema: {type: Extension, short: 'Is the instance validated by a medical professional?', url: h, index: 1}
          min: 1
          max: 1
  identifier:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      max: 1
      slices:
        BSN:
          match: {}
          schema: {index: 3}
          max: 0
        patientNumber:
          match: {}
          schema:
            short: patientNumber
            mustSupport: false
            index: 4
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: PI, system: 'http://hl7.org/fhir/ValueSet/identifier-type', display: Patient internal identifier, version: 2.9.0}
                index: 5
  name:
    elements:
      family:
        mustSupport: true
        index: 6
        extensions:
          humannameOwnPrefix: {url: null, index: 7}
          humannameOwnName: {url: null, index: 8}
          humannamePartnerPrefix: {url: null, index: 9}
          humannamePartnerName: {url: null, index: 10}
        elements:
          extension:
            index: 7
            slicing:
              slices:
                humannameOwnPrefix:
                  match: {}
                  schema: {index: 7}
                humannameOwnName:
                  match: {}
                  schema: {index: 8}
                humannamePartnerPrefix:
                  match: {}
                  schema: {index: 9}
                humannamePartnerName:
                  match: {}
                  schema: {index: 10}
  gender:
    mustSupport: true
    index: 11
    extensions:
      GeslachtCodelijst:
        url: null
        index: 12
        elements:
          valueCodeableConcept:
            index: 13
            slicing:
              slices:
                valueCodeableConcept:
                  match: {}
                  schema: {index: 13}
    elements:
      extension:
        index: 12
        slicing:
          slices:
            GeslachtCodelijst:
              match: {}
              schema:
                index: 12
                elements:
                  valueCodeableConcept:
                    index: 13
                    slicing:
                      slices:
                        valueCodeableConcept:
                          match: {}
                          schema: {index: 13}
  birthDate: {mustSupport: true, index: 14}
  deceased:
    mustSupport: true
    choices: []
    index: 16
  communication:
    extensions:
      languageProficiency:
        url: null
        index: 17
        extensions: {}
        elements:
          extension: {array: true, min: 2, index: 18}
    elements:
      extension:
        index: 17
        slicing:
          slices:
            languageProficiency:
              match: {}
              schema:
                index: 17
                extensions: {}
                elements:
                  extension: {array: true, min: 2, index: 18}
package_version: 0.5.0
extensions:
  Verified: {url: h, min: 1, max: 1, type: Extension, short: 'Is the instance validated by a medical professional?', index: 1}
class: profile
kind: resource
url: https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1
base: http://fhir.nl/fhir/StructureDefinition/nl-core-patient
version: 0.0.1
required: [extension, identifier]