IServiceRequest
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IServiceRequest {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
instantiatesCanonical: [canonical]
_instantiatesCanonical: [ElementBase]
instantiatesUri: [uri]
_instantiatesUri: [ElementBase]
basedOn: [Reference]
replaces: [Reference]
requisition: Identifier
status: code
_status: ElementBase
intent: code
_intent: ElementBase
category: [CodeableConcept]
priority: code
_priority: ElementBase
doNotPerform: Boolean
_doNotPerform: ElementBase
code: CodeableConcept
orderDetail: [CodeableConcept]
quantityQuantity: Quantity
quantityRatio: Ratio
quantityRange: Range
subject: Reference!
encounter: Reference
occurrenceDateTime: dateTime
_occurrenceDateTime: ElementBase
occurrencePeriod: Period
occurrenceTiming: Timing
asNeededBoolean: Boolean
_asNeededBoolean: ElementBase
asNeededCodeableConcept: CodeableConcept
authoredOn: dateTime
_authoredOn: ElementBase
requester: Reference
performerType: CodeableConcept
performer: [Reference]
locationCode: [CodeableConcept]
locationReference: [Reference]
reasonCode: [CodeableConcept]
reasonReference: [Reference]
insurance: [Reference]
supportingInfo: [Reference]
specimen: [Reference]
bodySite: [CodeableConcept]
note: [Annotation]
patientInstruction: String
_patientInstruction: ElementBase
relevantHistory: [Reference]
}