DRAFT Implementation Guide
This is for collaboration and discussion purposes and is subject to change.
North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ServiceRequestGenomicsOrder"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1.0" ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestGenomicsOrder</b></p><a name=\"ServiceRequestGenomicsOrder\"> </a><a name=\"hcServiceRequestGenomicsOrder\"> </a><a name=\"ServiceRequestGenomicsOrder-en-GB\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1.0</p></div><p><b>identifier</b>: Placer Identifier/1601737, Accession ID/1001166717</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 116148004}\">Molecular genetics procedure</span>, <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory cancer-wgs}\">Cancer - WGS</span></p><p><b>code</b>: <span title=\"Codes:{https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory R240.1}\">Diagnostic testing for known variant(s)</span></p><p><b>subject</b>: <a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-d6faafcf-db64-4c11-9da8-25f36774c1bd\">Octavia CHISLETT</a></p><p><b>encounter</b>: <a href=\"Bundle-GenomicsOrderMessage.html#urn-uuid-984b8a89-4194-4eb4-a7ea-ca8049ebeea3\">Bundle: identifier = https://tools.ietf.org/html/rfc4122#9612365d-52a4-4fab-87e7-8a09d753f095; type = message; timestamp = 2024-10-13 10:33:00+0000</a></p><p><b>authoredOn</b>: 2025-01-29</p><p><b>requester</b>: <a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#1d7155e8-b5b8-4406-adda-01a474d5ff6c; type = document; timestamp = 2024-10-13 10:33:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 363349007}\">Malignant tumour of stomach</span></p><p><b>supportingInfo</b>: <a href=\"Bundle-GenomicsOrderMessage.html#urn-uuid-27ca6057-e481-426a-ba8a-2acfffc0c1c4\">Bundle: identifier = https://tools.ietf.org/html/rfc4122#9612365d-52a4-4fab-87e7-8a09d753f095; type = message; timestamp = 2024-10-13 10:33:00+0000</a></p><p><b>specimen</b>: <a href=\"Bundle-GenomicsOrderMessage.html#urn-uuid-89e66518-9197-4553-9253-5ab5133b62c0\">Bundle: identifier = https://tools.ietf.org/html/rfc4122#9612365d-52a4-4fab-87e7-8a09d753f095; type = message; timestamp = 2024-10-13 10:33:00+0000</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ] ] ) ] ;
fhir:system [ fhir:v "https://fhir.mft.nhs.uk/Id/PlacerOrderNumber/Hive"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1601737" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R0A" ] ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "https://fhir.mft.nhs.uk/Id/AccessionNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1001166717" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "699X0" ] ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:116148004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116148004" ] ;
fhir:display [ fhir:v "Molecular genetics procedure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cancer-wgs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R240.1" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:d6faafcf-db64-4c11-9da8-25f36774c1bd" ] ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9449305552" ] ] ;
fhir:display [ fhir:v "Octavia CHISLETT" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "urn:uuid:984b8a89-4194-4eb4-a7ea-ca8049ebeea3" ]
] ; #
fhir:authoredOn [ fhir:v "2025-01-29"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "urn:uuid:ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:363349007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363349007" ] ;
fhir:display [ fhir:v "Malignant tumour of stomach" ] ] )
] ) ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "urn:uuid:27ca6057-e481-426a-ba8a-2acfffc0c1c4" ]
] ) ; #
fhir:specimen ( [
fhir:reference [ fhir:v "urn:uuid:89e66518-9197-4553-9253-5ab5133b62c0" ]
] ) . #
IG © 2024+ Manchester University NHS Foundation Trust. Package nhs.mft.fhir#0.0.1 based on FHIR 4.0.1. Generated 2025-02-23
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change