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-TestOrderForm-StorageOfMaterial-Example
Example of a ServiceRequest. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.
ServiceRequest |
id : ServiceRequest-TestOrderForm-StorageOfMaterial-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 |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory |
code : R346 |
display : DNA to be stored |
version : 7 |
subject |
reference : Patient/Patient-TimMclullichs-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303452 |
authoredOn : 2023-10-28T11:00:00Z |
requester |
reference : PractitionerRole/PractitionerRole-OscarShields-Example |
reasonCode |
coding |
system : https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics |
code : dna-storage |
display : DNA Storage |
supportingInfo |
reference : Observation/Observation-GenomicEthnicity-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 |
note |
text : Specimen will be provided at a later date |
note |
text : No family history of genomic testing |
note |
text : Free text for diagnosis/reason for referral, transplant, life status at time of request details/ E.g. DNA to be stored for future testing |
{ "resourceType": "ServiceRequest", "id": "ServiceRequest-TestOrderForm-StorageOfMaterial-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", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory", "code": "R346", "display": "DNA to be stored", "version": "7" } ] }, "subject": { "reference": "Patient/Patient-TimMclullichs-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303452" } }, "authoredOn": "2023-10-28T11:00:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-OscarShields-Example" }, "reasonCode": [ { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics", "code": "dna-storage", "display": "DNA Storage" } ] } ], "supportingInfo": [ { "reference": "Observation/Observation-GenomicEthnicity-Example" }, { "reference": "Observation/Observation-DiseaseStatus-Example" }, { "reference": "Observation/Observation-NonConsanguinousUnion-Example" }, { "reference": "Observation/Observation-NoBoneMarrowTransplant-Example" }, { "reference": "Observation/Observation-NoTransfusion-Example" } ], "note": [ { "text": "Specimen will be provided at a later date" }, { "text": "No family history of genomic testing" }, { "text": "Free text for diagnosis/reason for referral, transplant, life status at time of request details/ E.g. DNA to be stored for future testing" } ] }
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="ServiceRequest-TestOrderForm-StorageOfMaterial-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> <status value="active" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" /> <version value="7" /> <code value="R346" /> <display value="DNA to be stored" /> </coding> </code> <subject> <reference value="Patient/Patient-TimMclullichs-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303452" /> </identifier> </subject> <authoredOn value="2023-10-28T11:00:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-OscarShields-Example" /> </requester> <reasonCode> <coding> <system value="https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics" /> <code value="dna-storage" /> <display value="DNA Storage" /> </coding> </reasonCode> <supportingInfo> <reference value="Observation/Observation-GenomicEthnicity-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> <note> <text value="Specimen will be provided at a later date" /> </note> <note> <text value="No family history of genomic testing" /> </note> <note> <text value="Free text for diagnosis/reason for referral, transplant, life status at time of request details/ E.g. DNA to be stored for future testing" /> </note> </ServiceRequest>