PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@2.0.1
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient
description: This profile sets minimum expectations for the Patient resource to record, search, and fetch basic demographics and other administrative information about an individual patient.
package_name: ndhm.in
derivation: constraint
name: Patient
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      type:
        mustSupport: true
        index: 1
        elements:
          coding:
            mustSupport: true
            index: 2
            elements:
              system:
                pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 3
              code: {index: 4}
              display: {index: 5}
            required: [display, code]
          text: {mustSupport: true, index: 6}
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
      assigner:
        elements:
          display: {mustSupport: true, index: 9}
    required: [value, type]
  name:
    mustSupport: true
    index: 10
    elements:
      text: {index: 11}
    required: [text]
  telecom:
    mustSupport: true
    index: 12
    elements:
      system: {mustSupport: true, index: 13}
      value: {index: 14}
    required: [value]
  gender: {mustSupport: true, index: 15}
  birthDate: {mustSupport: true, index: 16}
  address: {mustSupport: true, index: 17}
package_version: 2.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 2.0.1
required: [identifier]