Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example
Example of a ServiceRequest requested as a follow-up to an existing test. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.
ServiceRequest |
id : ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example |
basedOn |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage |
value |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory |
code : nhs-england |
display : NHS England |
status : active |
intent : order |
category |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory |
code : rare-disease-non-wgs |
display : Rare Disease - Non-WGS |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory |
code : R65.1 |
display : Aminoglycoside exposure posing risk to hearing |
version : 7 |
text : Follow Up Test requested to aid interpretation. M code modified to: R65.1 |
subject |
reference : Patient/Patient-AnitaLamberts-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303649 |
authoredOn : 2023-11-10T10:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-AndrewSmith-Example |
reasonCode |
coding |
system : https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics |
code : diagnostic |
display : Diagnostic |
performer |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
supportingInfo |
reference : Observation/Observation-GenomicEthnicity-Example |
supportingInfo |
reference : Observation/Observation-NoPregnancy-Example |
supportingInfo |
reference : Observation/Observation-DiseaseStatus-Example |
supportingInfo |
reference : Observation/Observation-NonConsanguinousUnion-Example |
supportingInfo |
reference : Observation/Observation-NoBoneMarrowTransplant-Example |
supportingInfo |
reference : Observation/Observation-NoTransfusion-Example |
supportingInfo |
reference : Observation/Observation-RiskOfInfection-Example |
specimen |
reference : Specimen/Specimen-BloodEDTA-Example |
note |
text : No family history of genomic testing |
note |
text : Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms / For example: Adult with CT-proven bronchiectasis, chronic suppurative chest infection with colonisation by Pseudomonas and Staph aureus. Intital test ordered for Cystic Fibrosis. |
{ "resourceType": "ServiceRequest", "id": "ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example", "basedOn": [ { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" } ], "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory", "code": "nhs-england", "display": "NHS England" } ] } } ], "status": "active", "intent": "order", "category": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory", "code": "rare-disease-non-wgs", "display": "Rare Disease - Non-WGS" } ] } ], "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory", "code": "R65.1", "display": "Aminoglycoside exposure posing risk to hearing", "version": "7" } ], "text": "Follow Up Test requested to aid interpretation. M code modified to: R65.1" }, "subject": { "reference": "Patient/Patient-AnitaLamberts-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303649" } }, "authoredOn": "2023-11-10T10:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-AndrewSmith-Example" }, "reasonCode": [ { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", "code": "diagnostic", "display": "Diagnostic" } ] } ], "performer": [ { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" } } ], "supportingInfo": [ { "reference": "Observation/Observation-GenomicEthnicity-Example" }, { "reference": "Observation/Observation-NoPregnancy-Example" }, { "reference": "Observation/Observation-DiseaseStatus-Example" }, { "reference": "Observation/Observation-NonConsanguinousUnion-Example" }, { "reference": "Observation/Observation-NoBoneMarrowTransplant-Example" }, { "reference": "Observation/Observation-NoTransfusion-Example" }, { "reference": "Observation/Observation-RiskOfInfection-Example" } ], "specimen": [ { "reference": "Specimen/Specimen-BloodEDTA-Example" } ], "note": [ { "text": "No family history of genomic testing" }, { "text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms / For example: Adult with CT-proven bronchiectasis, chronic suppurative chest infection with colonisation by Pseudomonas and Staph aureus. Intital test ordered for Cystic Fibrosis." } ] }
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" /> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> <code value="nhs-england" /> <display value="NHS England" /> </coding> </valueCodeableConcept> </extension> <basedOn> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" /> </basedOn> <status value="active" /> <intent value="order" /> <category> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" /> <code value="rare-disease-non-wgs" /> <display value="Rare Disease - Non-WGS" /> </coding> </category> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" /> <version value="7" /> <code value="R65.1" /> <display value="Aminoglycoside exposure posing risk to hearing" /> </coding> <text value="Follow Up Test requested to aid interpretation. M code modified to: R65.1" /> </code> <subject> <reference value="Patient/Patient-AnitaLamberts-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303649" /> </identifier> </subject> <authoredOn value="2023-11-10T10:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-AndrewSmith-Example" /> </requester> <performer> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> </performer> <reasonCode> <coding> <system value="https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics" /> <code value="diagnostic" /> <display value="Diagnostic" /> </coding> </reasonCode> <supportingInfo> <reference value="Observation/Observation-GenomicEthnicity-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-NoPregnancy-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-DiseaseStatus-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-NonConsanguinousUnion-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-NoBoneMarrowTransplant-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-NoTransfusion-Example" /> </supportingInfo> <supportingInfo> <reference value="Observation/Observation-RiskOfInfection-Example" /> </supportingInfo> <specimen> <reference value="Specimen/Specimen-BloodEDTA-Example" /> </specimen> <note> <text value="No family history of genomic testing" /> </note> <note> <text value="Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms / For example: Adult with CT-proven bronchiectasis, chronic suppurative chest infection with colonisation by Pseudomonas and Staph aureus. Intital test ordered for Cystic Fibrosis." /> </note> </ServiceRequest>