PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    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:
  address: {mustSupport: true, index: 18}
  managingOrganization:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
    index: 21
  name:
    mustSupport: true
    index: 11
    elements:
      text: {index: 12}
    required: [text]
  birthDate: {mustSupport: true, index: 17}
  link:
    elements:
      other:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
        index: 22
  identifier:
    mustSupport: true
    index: 0
    elements:
      type:
        binding: {strength: extensible, valueSet: 'https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-identifier-type-code'}
        mustSupport: true
        index: 1
        elements:
          coding:
            mustSupport: true
            index: 2
            elements:
              system: {index: 3}
              code: {index: 4}
              display: {index: 5}
            required: [display, system, code]
          text: {mustSupport: true, index: 6}
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
      assigner:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 9
        elements:
          display: {mustSupport: true, index: 10}
    required: [value, type]
  telecom:
    mustSupport: true
    index: 13
    elements:
      system: {mustSupport: true, index: 14}
      value: {index: 15}
    required: [value]
  generalPractitioner:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
    index: 20
  gender: {mustSupport: true, index: 16}
  contact:
    elements:
      organization:
        type: Reference
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
        index: 19
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 5.0.0
required: [identifier]