PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@5.0.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization
description: This profile sets minimum expectations for the Organization resource to searching for and fetching an Organization associated with a patient or provider.
package_name: ndhm.in
derivation: constraint
name: Organization
type: Organization
elements:
  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, system]
  type:
    index: 11
    elements:
      coding:
        mustSupport: true
        index: 12
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/organization-type'}
            index: 13
          code: {index: 14}
          display: {index: 15}
        required: [display, system, code]
  name: {mustSupport: true, index: 16}
  telecom:
    mustSupport: true
    index: 17
    elements:
      system: {mustSupport: true, index: 18}
      value: {index: 19}
      use: {mustSupport: true, index: 20}
    required: [value]
  address: {mustSupport: true, index: 21}
  partOf:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
    index: 22
package_version: 5.0.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 5.0.0
required: [name, identifier]