Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions
: PGXGenomicStudy - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "PGXGenomicStudy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure PGXGenomicStudy</b></p><a name=\"PGXGenomicStudy\"> </a><a name=\"hcPGXGenomicStudy\"> </a><a name=\"PGXGenomicStudy-en-US\"> </a><p><b>Genomic Study Analysis Extension</b>: <a href=\"Procedure-PGXGenomicStudyAnalysis.html\">Procedure: extension = GRCh38,,; status = completed; category = Laboratory; performed[x] = 2021-01-01 01:01:10-0600</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-eMERGEServiceRequest.html\">ServiceRequest emerge-seq-ngs-pnl</a></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>code</b>: <span title=\"Codes:\">PGX sequencing panel</span></p><p><b>subject</b>: <a href=\"Patient-CGPatientExample01.html\">Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))</a></p><p><b>performed</b>: 2021-01-01</p><p><b>note</b>: For technical reasons, PIK3CB was deemed uncallable.</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Procedure/PGXGenomicStudyAnalysis" ] ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/eMERGEServiceRequest" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ; #
fhir:code [
fhir:text [ fhir:v "PGX sequencing panel" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/CGPatientExample01" ]
] ; #
fhir:performed [ fhir:v "2021-01-01"^^xsd:date] ; #
fhir:note ( [
fhir:text [ fhir:v "For technical reasons, PIK3CB was deemed uncallable." ]
] ) . #