AU Core Implementation Guide
0.1.0-draft - Draft Australia flag

This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions

Resource Profile: AU Core ServiceRequest

Official URL: http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest Version: 0.1.0-draft
Standards status: Draft Maturity Level: 0 Computable Name: AUCoreServiceRequest

Copyright/Legal: HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.

This profile sets minimum expectations for a ServiceRequest resource to record, search, and fetch information about requests, plans, or orders for a service for a patient. It is based on the core ServiceRequest resource and identifies the additional mandatory core elements, extensions, vocabularies and value sets that SHALL be present in the ServiceRequest when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context.

Usage scenarios

The following are supported usage scenarios for this profile:

  • Query for a specific procedure or test request such as an electrocardiogram (ECG) order or a referral to a support program.
  • Query for a specific service offered to a patient such as a referral to a support program.
  • Query for category of service request (e.g. all cardiology requests)
  • Record or update a request for a service for a patient

Profile specific implementation guidance

  • ServiceRequest.category provides an efficient way of supporting system interactions, e.g. restricting searches. Implementers need to understand that data categorisation is somewhat subjective. The categorisation applied by the source may not align with a receiver’s expectations.
  • The ServiceRequest resource can represent a reason as a code with ServiceRequest.reasonCode, or a reference with ServiceRequest.reasonReference to a Condition or other resource.
    • Although both are marked as must support, sending systems are not required to support both a code and a reference, but they SHALL support at least one of these elements
    • A receiving or persisting system SHALL support both elements
  • The ServiceRequest resource can represent the desired performer as a code with ServiceRequest.performerType, or a reference with ServiceRequest.performer to a HealthcareService or other resource.
    • Although both are marked as must support, sending systems are not required to support both a code and a reference, but they SHALL support at least one of these elements
    • A receiving or persisting system SHALL support both elements
  • ServiceRequest.supportingInfo is broad to accommodate a wide variety of use cases by allowing a reference to any resource.
    • Sending systems SHALL ensure references to external resources are only to resources that conform to at least an AU Core profile and the resource type is supported by the Conformance/Capability statement for that endpoint and conform

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest 0..*ServiceRequestA request for a service to be performed
... identifier S0..*IdentifierIdentifiers assigned to this order
... basedOn S0..*Reference(AU Core MedicationRequest | AU Core ServiceRequest)What request fulfills
... status S1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
... category S0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... code S1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... subject S1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter S0..1Reference(AU Core Encounter)Encounter in which the request was created
... authoredOn S0..1dateTimeDate request signed
... requester S1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType S0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer S0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... reasonCode S0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference S0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... supportingInfo S0..*Reference(Resource)Additional clinical information

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1
NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifiers assigned to this order
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.

... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.

... category SΣ0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... doNotPerform ?!Σ0..1booleanTrue if service/procedure should not be performed
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... subject SΣ1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter SΣ0..1Reference(AU Core Encounter)Encounter in which the request was created
... authoredOn SΣ0..1dateTimeDate request signed
... requester SΣ1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType SΣ0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer SΣ0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... reasonCode SΣ0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference SΣ0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... supportingInfo S0..*Reference(Resource)Additional clinical information

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ServiceRequest.statusrequiredRequestStatus
ServiceRequest.intentrequiredRequestIntent
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1
NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifiers assigned to this order
... instantiatesCanonical Σ0..*canonical(ActivityDefinition | PlanDefinition)Instantiates FHIR protocol or definition
... instantiatesUri Σ0..*uriInstantiates external protocol or definition
... basedOn SΣ0..*Reference(AU Core MedicationRequest | AU Core ServiceRequest)What request fulfills
... replaces Σ0..*Reference(ServiceRequest)What request replaces
... requisition Σ0..1IdentifierComposite Request ID
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.

... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.

... category SΣ0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... priority Σ0..1coderoutine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.

... doNotPerform ?!Σ0..1booleanTrue if service/procedure should not be performed
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... orderDetail ΣC0..*CodeableConceptAdditional order information
Binding: ServiceRequestOrderDetailsCodes (example): Codified order entry details which are based on order context.


... quantity[x] Σ0..1Service amount
.... quantityQuantityQuantity
.... quantityRatioRatio
.... quantityRangeRange
... subject SΣ1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter SΣ0..1Reference(AU Core Encounter)Encounter in which the request was created
... occurrence[x] Σ0..1When service should occur
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... asNeeded[x] Σ0..1Preconditions for service
Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \u0022pain\u0022, \u0022on flare-up\u0022, etc.

.... asNeededBooleanboolean
.... asNeededCodeableConceptCodeableConcept
... authoredOn SΣ0..1dateTimeDate request signed
... requester SΣ1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType SΣ0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer SΣ0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... locationCode Σ0..*CodeableConceptRequested location
Binding: ServiceDeliveryLocationRoleType (example): A location type where services are delivered.


... locationReference Σ0..*Reference(Location)Requested location
... reasonCode SΣ0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference SΣ0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... insurance 0..*Reference(Coverage | ClaimResponse)Associated insurance coverage
... supportingInfo S0..*Reference(Resource)Additional clinical information
... specimen Σ0..*Reference(Specimen)Procedure Samples
... bodySite Σ0..*CodeableConceptLocation on Body
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.


... note 0..*AnnotationComments
... patientInstruction Σ0..1stringPatient or consumer-oriented instructions
... relevantHistory 0..*Reference(Provenance)Request provenance

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ServiceRequest.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
ServiceRequest.statusrequiredRequestStatus
ServiceRequest.intentrequiredRequestIntent
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.priorityrequiredRequestPriority
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.orderDetailexampleServiceRequestOrderDetailsCodes
ServiceRequest.asNeeded[x]exampleSNOMEDCTMedicationAsNeededReasonCodes
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.locationCodeexampleServiceDeliveryLocationRoleType
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1
ServiceRequest.bodySiteexampleSNOMEDCTBodyStructures

This structure is derived from ServiceRequest

Summary

Mandatory: 3 elements
Must-Support: 15 elements

Structures

This structure refers to these other structures:

Maturity: 0

Differential View

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest 0..*ServiceRequestA request for a service to be performed
... identifier S0..*IdentifierIdentifiers assigned to this order
... basedOn S0..*Reference(AU Core MedicationRequest | AU Core ServiceRequest)What request fulfills
... status S1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
... category S0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... code S1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... subject S1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter S0..1Reference(AU Core Encounter)Encounter in which the request was created
... authoredOn S0..1dateTimeDate request signed
... requester S1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType S0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer S0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... reasonCode S0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference S0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... supportingInfo S0..*Reference(Resource)Additional clinical information

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifiers assigned to this order
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.

... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.

... category SΣ0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... doNotPerform ?!Σ0..1booleanTrue if service/procedure should not be performed
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... subject SΣ1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter SΣ0..1Reference(AU Core Encounter)Encounter in which the request was created
... authoredOn SΣ0..1dateTimeDate request signed
... requester SΣ1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType SΣ0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer SΣ0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... reasonCode SΣ0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference SΣ0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... supportingInfo S0..*Reference(Resource)Additional clinical information

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ServiceRequest.statusrequiredRequestStatus
ServiceRequest.intentrequiredRequestIntent
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ0..*IdentifierIdentifiers assigned to this order
... instantiatesCanonical Σ0..*canonical(ActivityDefinition | PlanDefinition)Instantiates FHIR protocol or definition
... instantiatesUri Σ0..*uriInstantiates external protocol or definition
... basedOn SΣ0..*Reference(AU Core MedicationRequest | AU Core ServiceRequest)What request fulfills
... replaces Σ0..*Reference(ServiceRequest)What request replaces
... requisition Σ0..1IdentifierComposite Request ID
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.

... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.

... category SΣ0..*CodeableConceptClassification of service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/service-type-1 (example)
... priority Σ0..1coderoutine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.

... doNotPerform ?!Σ0..1booleanTrue if service/procedure should not be performed
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: https://healthterminologies.gov.au/fhir/ValueSet/procedure-1 (preferred)
... orderDetail ΣC0..*CodeableConceptAdditional order information
Binding: ServiceRequestOrderDetailsCodes (example): Codified order entry details which are based on order context.


... quantity[x] Σ0..1Service amount
.... quantityQuantityQuantity
.... quantityRatioRatio
.... quantityRangeRange
... subject SΣ1..1Reference(AU Core Patient)Individual or Entity the service is ordered for
... encounter SΣ0..1Reference(AU Core Encounter)Encounter in which the request was created
... occurrence[x] Σ0..1When service should occur
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... asNeeded[x] Σ0..1Preconditions for service
Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \u0022pain\u0022, \u0022on flare-up\u0022, etc.

.... asNeededBooleanboolean
.... asNeededCodeableConceptCodeableConcept
... authoredOn SΣ0..1dateTimeDate request signed
... requester SΣ1..1Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Patient | AU Core RelatedPerson | AU Core System Device)Who/what is requesting service
... performerType SΣ0..1CodeableConceptPerformer role
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... performer SΣ0..*Reference(AU Core Practitioner | AU Core PractitionerRole | AU Core Organization | AU Core Care Team | AU Core HealthcareService | AU Core Patient | AU Core RelatedPerson)Requested performer
... locationCode Σ0..*CodeableConceptRequested location
Binding: ServiceDeliveryLocationRoleType (example): A location type where services are delivered.


... locationReference Σ0..*Reference(Location)Requested location
... reasonCode SΣ0..*CodeableConceptExplanation/Justification for procedure or service
Binding: https://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1 (preferred)
... reasonReference SΣ0..*Reference(AU Core Condition | AU Core Observation | AU Core DiagnosticReport | AU Core DocumentReference)Explanation/Justification for service or service
... insurance 0..*Reference(Coverage | ClaimResponse)Associated insurance coverage
... supportingInfo S0..*Reference(Resource)Additional clinical information
... specimen Σ0..*Reference(Specimen)Procedure Samples
... bodySite Σ0..*CodeableConceptLocation on Body
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.


... note 0..*AnnotationComments
... patientInstruction Σ0..1stringPatient or consumer-oriented instructions
... relevantHistory 0..*Reference(Provenance)Request provenance

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
ServiceRequest.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
ServiceRequest.statusrequiredRequestStatus
ServiceRequest.intentrequiredRequestIntent
ServiceRequest.categoryexamplehttps://healthterminologies.gov.au/fhir/ValueSet/service-type-1
ServiceRequest.priorityrequiredRequestPriority
ServiceRequest.codepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/procedure-1
ServiceRequest.orderDetailexampleServiceRequestOrderDetailsCodes
ServiceRequest.asNeeded[x]exampleSNOMEDCTMedicationAsNeededReasonCodes
ServiceRequest.performerTypepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1
ServiceRequest.locationCodeexampleServiceDeliveryLocationRoleType
ServiceRequest.reasonCodepreferredhttps://healthterminologies.gov.au/fhir/ValueSet/reason-for-request-1
ServiceRequest.bodySiteexampleSNOMEDCTBodyStructures

This structure is derived from ServiceRequest

Summary

Mandatory: 3 elements
Must-Support: 15 elements

Structures

This structure refers to these other structures:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron

Notes:

Below is an overview of the mandatory and optional search parameters. FHIR search operations and the syntax used to describe the interactions is described here.

Name Type Conformance Description Path
TBD TBD TBD TBD TBD

Mandatory Search Parameters

The following search parameters and search parameter combinations SHALL be supported:

Optional Search Parameters

The following search parameters and search parameter combinations SHOULD be supported: