This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Orders and Observations Work Group | Maturity Level: 1 | Trial Use | Use Context: Any |
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/servicerequest-genetics
Describes how the ServiceRequest resource is used to for genetics
This profile was published on Tue, Oct 20, 2015 00:00+1000 as a draft by Health Level Seven International (Clinical Genomics).
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from ServiceRequest.
This structure is derived from ServiceRequest.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | 0..* | |||
servicerequest-geneticsItem | 0..* | (Complex) | The items the orderer requested URL: http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | I | 0..* | A request for a service to be performed | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Language (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
servicerequest-geneticsItem | I | 0..* | (Complex) | The items the orderer requested URL: http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | Identifiers assigned to this order |
instantiatesCanonical | Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition |
instantiatesUri | Σ | 0..* | uri | Instantiates external protocol or definition |
basedOn | Σ | 0..* | Reference(CarePlan | ServiceRequest | MedicationRequest) | What request fulfills |
replaces | Σ | 0..* | Reference(ServiceRequest) | What request replaces |
requisition | Σ | 0..1 | Identifier | Composite Request ID |
status | ?!Σ | 1..1 | code | draft | active | suspended | completed | entered-in-error | cancelled Binding: RequestStatus (required) |
intent | ?!Σ | 1..1 | code | proposal | plan | order + Binding: RequestIntent (required) |
category | Σ | 0..* | CodeableConcept | Classification of service Binding: Service Request Category Codes (example) |
priority | Σ | 0..1 | code | routine | urgent | asap | stat Binding: Request priority (required) |
doNotPerform | ?!Σ | 0..1 | boolean | True if service/procedure should not be performed |
code | Σ | 0..1 | CodeableConcept | What is being requested/ordered Binding: Procedure Codes (SNOMED CT) (example) |
orderDetail | ΣI | 0..* | CodeableConcept | Additional order information Binding: Service Request Order Details Codes (example) |
quantity[x] | Σ | 0..1 | Quantity, Ratio, Range | Service amount |
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual the service is ordered for |
context | Σ | 0..1 | Reference(Encounter | EpisodeOfCare) | Encounter or Episode during which request was created |
occurrence[x] | Σ | 0..1 | dateTime, Period, Timing | When service should occur |
asNeeded[x] | Σ | 0..1 | boolean, CodeableConcept | Preconditions for service Binding: SNOMED CT Medication As Needed Reason Codes (example) |
authoredOn | Σ | 0..1 | dateTime | Date request signed |
requester | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) | Who/what is requesting service |
performerType | Σ | 0..1 | CodeableConcept | Performer role Binding: Participant Roles (example) |
performer | Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested performer |
locationCode | Σ | 0..* | CodeableConcept | Requested location Binding: ServiceDeliveryLocationRoleType (example) |
locationReference | Σ | 0..* | Reference(Location) | Requested location |
reasonCode | Σ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: Procedure Reason Codes (example) |
reasonReference | Σ | 0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Explanation/Justification for service or service |
insurance | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |
supportingInfo | 0..* | Reference(Resource) | Additional clinical information | |
specimen | Σ | 0..* | Reference(Specimen) | Procedure Samples |
bodySite | Σ | 0..* | CodeableConcept | Location on Body Binding: SNOMED CT Body Structures (example) |
note | 0..* | Annotation | Comments | |
patientInstruction | Σ | 0..1 | string | Patient or consumer-oriented instructions |
relevantHistory | 0..* | Reference(Provenance) | Request provenance | |
Documentation for this format |
<!-- ServiceRequest-Genetics --> <ServiceRequest xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content --> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <identifier><!-- 0..* Identifier Identifiers assigned to this order --></identifier> <instantiatesCanonical value="[canonical]"/><!-- 0..* Instantiates FHIR protocol or definition --> <instantiatesUri value="[uri]"/><!-- 0..* Instantiates external protocol or definition --> <basedOn><!-- 0..* Reference(CarePlan) What request fulfills --></basedOn> <replaces><!-- 0..* Reference(ServiceRequest) What request replaces --></replaces> <requisition><!-- 0..1 Identifier Composite Request ID --></requisition> <status value="[code]"/><!-- 1..1 draft | active | suspended | completed | entered-in-error | cancelled --> <intent value="[code]"/><!-- 1..1 proposal | plan | order + --> <category><!-- 0..* CodeableConcept Classification of service --></category> <priority value="[code]"/><!-- 0..1 routine | urgent | asap | stat --> <doNotPerform value="[boolean]"/><!-- 0..1 True if service/procedure should not be performed --> <code><!-- 0..1 CodeableConcept What is being requested/ordered --></code> <orderDetail><!-- 0..* CodeableConcept Additional order information --></orderDetail> <quantity[x]><!-- 0..1 Quantity|Ratio|Range Service amount --></quantity[x]> <subject><!-- 1..1 Reference(Patient) Individual the service is ordered for --></subject> <context><!-- 0..1 Reference(Encounter) Encounter or Episode during which request was created --></context> <occurrence[x]><!-- 0..1 dateTime|Period|Timing When service should occur --></occurrence[x]> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Preconditions for service --></asNeeded[x]> <authoredOn value="[dateTime]"/><!-- 0..1 Date request signed --> <requester><!-- 0..1 Reference(Practitioner) Who/what is requesting service --></requester> <performerType><!-- 0..1 CodeableConcept Performer role --></performerType> <performer><!-- 0..* Reference(Practitioner) Requested performer --></performer> <locationCode><!-- 0..* CodeableConcept Requested location --></locationCode> <locationReference><!-- 0..* Reference(Location) Requested location --></locationReference> <reasonCode><!-- 0..* CodeableConcept Explanation/Justification for procedure or service --></reasonCode> <reasonReference><!-- 0..* Reference(Condition) Explanation/Justification for service or service --></reasonReference> <insurance><!-- 0..* Reference(Coverage) Associated insurance coverage --></insurance> <supportingInfo><!-- 0..* Reference(Resource) Additional clinical information --></supportingInfo> <specimen><!-- 0..* Reference(Specimen) Procedure Samples --></specimen> <bodySite><!-- 0..* CodeableConcept Location on Body --></bodySite> <note><!-- 0..* Annotation Comments --></note> <patientInstruction value="[string]"/><!-- 0..1 Patient or consumer-oriented instructions --> <relevantHistory><!-- 0..* Reference(Provenance) Request provenance --></relevantHistory> </ServiceRequest>
{ // ServiceRequest-Genetics // from Element: extension "meta" : { Meta }, //Metadata about the resource "implicitRules" : "<uri>", //A set of rules under which this content was created "language" : "<code>", //Language of the resource content "text" : { Narrative }, //Text summary of the resource, for human interpretation "contained" : [{ Resource }], //Contained, inline Resources "extension" : [ // sliced by value:url in the specified order, Open { // The items the orderer requested // C? // from Element: extension } ], "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored "identifier" : [{ Identifier }], //Identifiers assigned to this order "instantiatesCanonical" : ["<canonical>"], //Instantiates FHIR protocol or definition "instantiatesUri" : ["<uri>"], //Instantiates external protocol or definition "basedOn" : [{ Reference(CarePlan) }], //What request fulfills "replaces" : [{ Reference(ServiceRequest) }], //What request replaces "requisition" : { Identifier }, //Composite Request ID "status" : "<code>", // R! draft | active | suspended | completed | entered-in-error | cancelled "intent" : "<code>", // R! proposal | plan | order + "category" : [{ CodeableConcept }], //Classification of service "priority" : "<code>", //routine | urgent | asap | stat "doNotPerform" : <boolean>, //True if service/procedure should not be performed "code" : { CodeableConcept }, //What is being requested/ordered "orderDetail" : [{ CodeableConcept }], //Additional order information // value[x]: Service amount. One of these 3: "quantityQuantity" : { Quantity }, //Service amount "quantityRatio" : { Ratio }, //Service amount "quantityRange" : { Range }, //Service amount "subject" : { Reference(Patient) }, // R! Individual the service is ordered for "context" : { Reference(Encounter) }, //Encounter or Episode during which request was created // value[x]: When service should occur. One of these 3: "occurrenceDateTime" : "<dateTime>", //When service should occur "occurrencePeriod" : { Period }, //When service should occur "occurrenceTiming" : { Timing }, //When service should occur // value[x]: Preconditions for service. One of these 2: "asNeededBoolean" : <boolean>, //Preconditions for service "asNeededCodeableConcept" : { CodeableConcept }, //Preconditions for service "authoredOn" : "<dateTime>", //Date request signed "requester" : { Reference(Practitioner) }, //Who/what is requesting service "performerType" : { CodeableConcept }, //Performer role "performer" : [{ Reference(Practitioner) }], //Requested performer "locationCode" : [{ CodeableConcept }], //Requested location "locationReference" : [{ Reference(Location) }], //Requested location "reasonCode" : [{ CodeableConcept }], //Explanation/Justification for procedure or service "reasonReference" : [{ Reference(Condition) }], //Explanation/Justification for service or service "insurance" : [{ Reference(Coverage) }], //Associated insurance coverage "supportingInfo" : [{ Reference(Resource) }], //Additional clinical information "specimen" : [{ Reference(Specimen) }] //Procedure Samples "bodySite" : [{ CodeableConcept }], //Location on Body "note" : [{ Annotation }], //Comments "patientInstruction" : "<string>", //Patient or consumer-oriented instructions "relevantHistory" : [{ Reference(Provenance) }], //Request provenance }
This structure is derived from ServiceRequest.
Differential View
This structure is derived from ServiceRequest.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | 0..* | |||
servicerequest-geneticsItem | 0..* | (Complex) | The items the orderer requested URL: http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ServiceRequest | I | 0..* | A request for a service to be performed | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Language (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
servicerequest-geneticsItem | I | 0..* | (Complex) | The items the orderer requested URL: http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | Identifiers assigned to this order |
instantiatesCanonical | Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition |
instantiatesUri | Σ | 0..* | uri | Instantiates external protocol or definition |
basedOn | Σ | 0..* | Reference(CarePlan | ServiceRequest | MedicationRequest) | What request fulfills |
replaces | Σ | 0..* | Reference(ServiceRequest) | What request replaces |
requisition | Σ | 0..1 | Identifier | Composite Request ID |
status | ?!Σ | 1..1 | code | draft | active | suspended | completed | entered-in-error | cancelled Binding: RequestStatus (required) |
intent | ?!Σ | 1..1 | code | proposal | plan | order + Binding: RequestIntent (required) |
category | Σ | 0..* | CodeableConcept | Classification of service Binding: Service Request Category Codes (example) |
priority | Σ | 0..1 | code | routine | urgent | asap | stat Binding: Request priority (required) |
doNotPerform | ?!Σ | 0..1 | boolean | True if service/procedure should not be performed |
code | Σ | 0..1 | CodeableConcept | What is being requested/ordered Binding: Procedure Codes (SNOMED CT) (example) |
orderDetail | ΣI | 0..* | CodeableConcept | Additional order information Binding: Service Request Order Details Codes (example) |
quantity[x] | Σ | 0..1 | Quantity, Ratio, Range | Service amount |
subject | Σ | 1..1 | Reference(Patient | Group | Location | Device) | Individual the service is ordered for |
context | Σ | 0..1 | Reference(Encounter | EpisodeOfCare) | Encounter or Episode during which request was created |
occurrence[x] | Σ | 0..1 | dateTime, Period, Timing | When service should occur |
asNeeded[x] | Σ | 0..1 | boolean, CodeableConcept | Preconditions for service Binding: SNOMED CT Medication As Needed Reason Codes (example) |
authoredOn | Σ | 0..1 | dateTime | Date request signed |
requester | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson | Device) | Who/what is requesting service |
performerType | Σ | 0..1 | CodeableConcept | Performer role Binding: Participant Roles (example) |
performer | Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested performer |
locationCode | Σ | 0..* | CodeableConcept | Requested location Binding: ServiceDeliveryLocationRoleType (example) |
locationReference | Σ | 0..* | Reference(Location) | Requested location |
reasonCode | Σ | 0..* | CodeableConcept | Explanation/Justification for procedure or service Binding: Procedure Reason Codes (example) |
reasonReference | Σ | 0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Explanation/Justification for service or service |
insurance | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |
supportingInfo | 0..* | Reference(Resource) | Additional clinical information | |
specimen | Σ | 0..* | Reference(Specimen) | Procedure Samples |
bodySite | Σ | 0..* | CodeableConcept | Location on Body Binding: SNOMED CT Body Structures (example) |
note | 0..* | Annotation | Comments | |
patientInstruction | Σ | 0..1 | string | Patient or consumer-oriented instructions |
relevantHistory | 0..* | Reference(Provenance) | Request provenance | |
Documentation for this format |
XML Template
<!-- ServiceRequest-Genetics --> <ServiceRequest xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content --> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <identifier><!-- 0..* Identifier Identifiers assigned to this order --></identifier> <instantiatesCanonical value="[canonical]"/><!-- 0..* Instantiates FHIR protocol or definition --> <instantiatesUri value="[uri]"/><!-- 0..* Instantiates external protocol or definition --> <basedOn><!-- 0..* Reference(CarePlan) What request fulfills --></basedOn> <replaces><!-- 0..* Reference(ServiceRequest) What request replaces --></replaces> <requisition><!-- 0..1 Identifier Composite Request ID --></requisition> <status value="[code]"/><!-- 1..1 draft | active | suspended | completed | entered-in-error | cancelled --> <intent value="[code]"/><!-- 1..1 proposal | plan | order + --> <category><!-- 0..* CodeableConcept Classification of service --></category> <priority value="[code]"/><!-- 0..1 routine | urgent | asap | stat --> <doNotPerform value="[boolean]"/><!-- 0..1 True if service/procedure should not be performed --> <code><!-- 0..1 CodeableConcept What is being requested/ordered --></code> <orderDetail><!-- 0..* CodeableConcept Additional order information --></orderDetail> <quantity[x]><!-- 0..1 Quantity|Ratio|Range Service amount --></quantity[x]> <subject><!-- 1..1 Reference(Patient) Individual the service is ordered for --></subject> <context><!-- 0..1 Reference(Encounter) Encounter or Episode during which request was created --></context> <occurrence[x]><!-- 0..1 dateTime|Period|Timing When service should occur --></occurrence[x]> <asNeeded[x]><!-- 0..1 boolean|CodeableConcept Preconditions for service --></asNeeded[x]> <authoredOn value="[dateTime]"/><!-- 0..1 Date request signed --> <requester><!-- 0..1 Reference(Practitioner) Who/what is requesting service --></requester> <performerType><!-- 0..1 CodeableConcept Performer role --></performerType> <performer><!-- 0..* Reference(Practitioner) Requested performer --></performer> <locationCode><!-- 0..* CodeableConcept Requested location --></locationCode> <locationReference><!-- 0..* Reference(Location) Requested location --></locationReference> <reasonCode><!-- 0..* CodeableConcept Explanation/Justification for procedure or service --></reasonCode> <reasonReference><!-- 0..* Reference(Condition) Explanation/Justification for service or service --></reasonReference> <insurance><!-- 0..* Reference(Coverage) Associated insurance coverage --></insurance> <supportingInfo><!-- 0..* Reference(Resource) Additional clinical information --></supportingInfo> <specimen><!-- 0..* Reference(Specimen) Procedure Samples --></specimen> <bodySite><!-- 0..* CodeableConcept Location on Body --></bodySite> <note><!-- 0..* Annotation Comments --></note> <patientInstruction value="[string]"/><!-- 0..1 Patient or consumer-oriented instructions --> <relevantHistory><!-- 0..* Reference(Provenance) Request provenance --></relevantHistory> </ServiceRequest>
JSON Template
{ // ServiceRequest-Genetics // from Element: extension "meta" : { Meta }, //Metadata about the resource "implicitRules" : "<uri>", //A set of rules under which this content was created "language" : "<code>", //Language of the resource content "text" : { Narrative }, //Text summary of the resource, for human interpretation "contained" : [{ Resource }], //Contained, inline Resources "extension" : [ // sliced by value:url in the specified order, Open { // The items the orderer requested // C? // from Element: extension } ], "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored "identifier" : [{ Identifier }], //Identifiers assigned to this order "instantiatesCanonical" : ["<canonical>"], //Instantiates FHIR protocol or definition "instantiatesUri" : ["<uri>"], //Instantiates external protocol or definition "basedOn" : [{ Reference(CarePlan) }], //What request fulfills "replaces" : [{ Reference(ServiceRequest) }], //What request replaces "requisition" : { Identifier }, //Composite Request ID "status" : "<code>", // R! draft | active | suspended | completed | entered-in-error | cancelled "intent" : "<code>", // R! proposal | plan | order + "category" : [{ CodeableConcept }], //Classification of service "priority" : "<code>", //routine | urgent | asap | stat "doNotPerform" : <boolean>, //True if service/procedure should not be performed "code" : { CodeableConcept }, //What is being requested/ordered "orderDetail" : [{ CodeableConcept }], //Additional order information // value[x]: Service amount. One of these 3: "quantityQuantity" : { Quantity }, //Service amount "quantityRatio" : { Ratio }, //Service amount "quantityRange" : { Range }, //Service amount "subject" : { Reference(Patient) }, // R! Individual the service is ordered for "context" : { Reference(Encounter) }, //Encounter or Episode during which request was created // value[x]: When service should occur. One of these 3: "occurrenceDateTime" : "<dateTime>", //When service should occur "occurrencePeriod" : { Period }, //When service should occur "occurrenceTiming" : { Timing }, //When service should occur // value[x]: Preconditions for service. One of these 2: "asNeededBoolean" : <boolean>, //Preconditions for service "asNeededCodeableConcept" : { CodeableConcept }, //Preconditions for service "authoredOn" : "<dateTime>", //Date request signed "requester" : { Reference(Practitioner) }, //Who/what is requesting service "performerType" : { CodeableConcept }, //Performer role "performer" : [{ Reference(Practitioner) }], //Requested performer "locationCode" : [{ CodeableConcept }], //Requested location "locationReference" : [{ Reference(Location) }], //Requested location "reasonCode" : [{ CodeableConcept }], //Explanation/Justification for procedure or service "reasonReference" : [{ Reference(Condition) }], //Explanation/Justification for service or service "insurance" : [{ Reference(Coverage) }], //Associated insurance coverage "supportingInfo" : [{ Reference(Resource) }], //Additional clinical information "specimen" : [{ Reference(Specimen) }] //Procedure Samples "bodySite" : [{ CodeableConcept }], //Location on Body "note" : [{ Annotation }], //Comments "patientInstruction" : "<string>", //Patient or consumer-oriented instructions "relevantHistory" : [{ Reference(Provenance) }], //Request provenance }
Alternate definitions: Master Definition (XML, JSON), Schematron
Path | Name | Conformance | ValueSet |
ServiceRequest.language | Language | preferred | Language |
ServiceRequest.status | RequestStatus | required | RequestStatus |
ServiceRequest.intent | RequestIntent | required | RequestIntent |
ServiceRequest.category | Service Request Category Codes | example | Service Request Category Codes |
ServiceRequest.priority | Request priority | required | Request priority |
ServiceRequest.code | Procedure Codes (SNOMED CT) | example | Procedure Codes (SNOMED CT) |
ServiceRequest.orderDetail | Service Request Order Details Codes | example | Service Request Order Details Codes |
ServiceRequest.asNeeded[x] | SNOMED CT Medication As Needed Reason Codes | example | SNOMED CT Medication As Needed Reason Codes |
ServiceRequest.performerType | Participant Roles | example | Participant Roles |
ServiceRequest.locationCode | V3 Value SetServiceDeliveryLocationRoleType | example | V3 Value SetServiceDeliveryLocationRoleType |
ServiceRequest.reasonCode | Procedure Reason Codes | example | Procedure Reason Codes |
ServiceRequest.bodySite | SNOMED CT Body Structures | example | SNOMED CT Body Structures |