PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@2.0.1
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest
description: The MedicationRequest resource can be used to record a patient’s medication prescription or order. This profile sets minimum expectations for the MedicationRequest resource to record, search, and fetch medications associated with a patient.
package_name: ndhm.in
derivation: constraint
name: MedicationRequest
type: MedicationRequest
elements:
  medication[x]:
    elements:
      coding:
        binding: {strength: example, valueSet: 'http://snomed.info/sct'}
        mustSupport: true
        index: 5
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 6
          code: {index: 7}
          display: {index: 8}
        required: [display, code]
      text: {mustSupport: true, index: 9}
  reasonCode:
    mustSupport: true
    index: 15
    elements:
      coding:
        mustSupport: true
        index: 16
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 17
          code: {index: 18}
          display: {index: 19}
        required: [display, code]
      text: {mustSupport: true, index: 20}
  medicationCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: medication, index: 4}
  authoredOn: {mustSupport: true, index: 12}
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', '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: 13
    elements:
      reference: {index: 14}
    required: [reference]
  status: {mustSupport: true, index: 0}
  dosageInstruction:
    mustSupport: true
    index: 23
    elements:
      text: {mustSupport: true, index: 24}
      additionalInstruction:
        elements:
          coding:
            mustSupport: true
            index: 25
            elements:
              system:
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                index: 26
              code: {index: 27}
              display: {index: 28}
            required: [display, code]
          text: {mustSupport: true, index: 29}
      route:
        binding: {strength: example, valueSet: 'https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-route-of-administration'}
        index: 30
        elements:
          coding:
            mustSupport: true
            index: 31
            elements:
              system:
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                index: 32
              code: {index: 33}
              display: {index: 34}
            required: [display, code]
          text: {mustSupport: true, index: 35}
      method:
        elements:
          coding:
            mustSupport: true
            index: 36
            elements:
              system:
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                index: 37
              code: {index: 38}
              display: {index: 39}
            required: [display, code]
          text: {mustSupport: true, index: 40}
  intent: {mustSupport: true, index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
    index: 10
    elements:
      reference: {index: 11}
    required: [reference]
  medication:
    mustSupport: true
    choices: [medicationCodeableConcept]
    index: 3
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Condition', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation']
    index: 21
    elements:
      reference: {index: 22}
    required: [reference]
package_version: 2.0.1
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest
base: http://hl7.org/fhir/StructureDefinition/MedicationRequest
version: 2.0.1
required: [authoredOn, dosageInstruction, requester]