PackagesCanonicalsLogsProblems
    Packages
    medmij.fhir.nl.r4.providertasks@1.0.0-alpha.1
    http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest
description: Patient-specific clinical order for a digital activity, created by a healthcare professional for a patient.
package_name: medmij.fhir.nl.r4.providertasks
derivation: specialization
name: LmServiceRequest
abstract: true
type: http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest
elements:
  PatientInstruction: {short: 'Patient-oriented instructions that may differ from or add to the generic activity information (e.g., fasting measurements, preferred timing, preparation steps). These instructions should be shown alongside the Task(s) created from this order.', type: string, index: 0}
  Occurrence:
    short: Requested schedule for performing the activity (e.g., duration, frequency, time of day).
    choices: [OccurrenceDateTime, OccurrencePeriod, OccurrenceTiming]
    index: 2
  OccurrenceDateTime: {short: 'Requested schedule for performing the activity (e.g., duration, frequency, time of day).', type: dateTime, choiceOf: Occurrence, index: 3}
  OccurrencePeriod: {short: 'Requested schedule for performing the activity (e.g., duration, frequency, time of day).', type: Period, choiceOf: Occurrence, index: 4}
  OccurrenceTiming: {short: 'Requested schedule for performing the activity (e.g., duration, frequency, time of day).', type: Timing, choiceOf: Occurrence, index: 5}
  Requester:
    short: Healthcare professional that requests this activity for the patient.
    refers: ['http://medmij.nl/fhir/StructureDefinition/medmij-core-lm-HealthProfessional']
    type: Reference
    index: 6
package_version: 1.0.0-alpha.1
class: logical
kind: logical
url: http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [PatientInstruction]