NHS North West Genomics, published by NHS North West Genomics. This guide is not an authorized publication; it is the continuous build for version 0.0.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/nw-gmsa.github.com/ and changes regularly. See the Directory of published versions
: Genomic Study - Cystic Fibrosis - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "7b362aa5-41a7-4168-94b4-f12dff0dfb2a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.nwgenomics.nhs.uk/StructureDefinition/Procedure-GenomicStudy"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/StructureDefinition/Procedure-GenomicStudy> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure 7b362aa5-41a7-4168-94b4-f12dff0dfb2a</b></p><a name=\"7b362aa5-41a7-4168-94b4-f12dff0dfb2a\"> </a><a name=\"hc7b362aa5-41a7-4168-94b4-f12dff0dfb2a\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Procedure-GenomicStudy.html\">Procedure Genomic Study</a></p></div><p><b>identifier</b>: 7b362aa5-41a7-4168-94b4-f12dff0dfb2a</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>subject</b>: <a href=\"Patient-Patient-Manchester.html\">Liam MANCHESTER</a></p><p><b>performed</b>: 2025-10-23 10:37:26+0000</p><p><b>asserter</b>: <a href=\"PractitionerRole-59577028-8fcc-4554-8b43-988561d41d9c.html\">PractitionerRole</a></p><p><b>reasonCode</b>: <span title=\"Codes:{https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicClinicalIndication R185}\">Cystic fibrosis carrier testing</span></p><p><b>outcome</b>: <span title=\"Codes:{https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicTestOutcomeCode 321}\">VARIANT DETECTED</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "7b362aa5-41a7-4168-94b4-f12dff0dfb2a" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/Patient-Manchester ;
fhir:reference [ fhir:v "Patient/Patient-Manchester" ] ;
fhir:display [ fhir:v "Liam MANCHESTER" ]
] ; #
fhir:performed [
a fhir:DateTime ;
fhir:v "2025-10-23T10:37:26+00:00"^^xsd:dateTime
] ; #
fhir:asserter [
fhir:l fhir:PractitionerRole/59577028-8fcc-4554-8b43-988561d41d9c ;
fhir:reference [ fhir:v "PractitionerRole/59577028-8fcc-4554-8b43-988561d41d9c" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicClinicalIndication"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicClinicalIndication> ] ;
fhir:code [ fhir:v "R185" ] ;
fhir:display [ fhir:v "Cystic fibrosis carrier testing" ] ] )
] ) ; #
fhir:outcome [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicTestOutcomeCode"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/CodeSystem/GenomicTestOutcomeCode> ] ;
fhir:code [ fhir:v "321" ] ;
fhir:display [ fhir:v "VARIANT DETECTED" ] ] )
] . #