http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction|5.2.0

Simple concise instructions to be read by the patient. For example “twice a day” rather than “BID.”.
description: Simple concise instructions to be read by the patient.  For example  “twice a day” rather than “BID.”.
derivation: constraint
name: DRPatientInstruction
type: Extension
elements:
  extension:
    short: Language
    index: 0
    slicing:
      slices:
        lang:
          match: {}
          schema:
            short: Language
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: lang}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        content:
          match: {}
          schema:
            short: Text
            _required: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: content}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction'}
    index: 10
  value:
    choices: []
    index: 12
extensions:
  lang:
    url: null
    short: Language
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: lang}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  content:
    url: null
    short: Text
    _required: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: content}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]