PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@3.0.1
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/Appointment
description: This profile sets minimum expectations for the Appointment resource to searching for and fetching information about a booking of a healthcare event among patient(s), practitioner(s), related person(s), and/or device(s) for a specific date/time for a patient.
package_name: ndhm.in
derivation: constraint
name: Appointment
type: Appointment
elements:
  serviceCategory:
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 2
          code: {index: 3}
          display: {index: 4}
        required: [display, code]
      text: {mustSupport: true, index: 5}
  specialty:
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 14
          code: {index: 15}
          display: {index: 16}
        required: [display, code]
      text: {mustSupport: true, index: 17}
  start: {mustSupport: true, index: 30}
  reasonCode:
    elements:
      coding:
        mustSupport: true
        index: 24
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 25
          code: {index: 26}
          display: {index: 27}
        required: [display, code]
      text: {mustSupport: true, index: 28}
  participant:
    mustSupport: true
    index: 32
    elements:
      type:
        elements:
          coding:
            mustSupport: true
            index: 33
            elements:
              code: {index: 34}
              display: {index: 35}
            required: [display, code]
          text: {mustSupport: true, index: 36}
      actor:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
        index: 37
  serviceType:
    mustSupport: true
    index: 6
    elements:
      coding:
        mustSupport: true
        index: 7
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 8
          code: {index: 9}
          display: {index: 10}
        required: [display, code]
      text: {mustSupport: true, index: 11}
  appointmentType:
    mustSupport: true
    index: 18
    elements:
      coding:
        mustSupport: true
        index: 19
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 20
          code: {index: 21}
          display: {index: 22}
        required: [display, code]
      text: {mustSupport: true, index: 23}
  status: {mustSupport: true, index: 0}
  basedOn:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/ServiceRequest']
    index: 31
  reasonReference:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Condition', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Procedure']
    index: 29
package_version: 3.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/Appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: 3.0.1
required: [start]