This page is part of the Genetic Reporting Implementation Guide (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "GrouperEx03"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"GrouperEx03\"> </a></p><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\">Resource Observation "GrouperEx03" </p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0074.html\">diagnosticServiceSectionId</a>#GE)</span></p><p><b>code</b>: Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C43359)</span></p><p><b>subject</b>: <a href=\"Patient-CGPatientExample01.html\">Patient/CGPatientExample01</a> " EVERYMAN"</p><p><b>effective</b>: 2019-04-01</p><p><b>performer</b>: <a href=\"Organization-ExampleOrg.html\">Organization/ExampleOrg</a> "some lab"</p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-Pgx-var-1011.html\">Observation/Pgx-var-1011: NC_000010.10(CYP2C19):g.96521657C=</a></li><li><a href=\"Observation-Pgx-var-1012.html\">Observation/Pgx-var-1012: NC_000010.10(CYP2C19):g.96522463A=</a></li><li><a href=\"Observation-Pgx-var-1013.html\">Observation/Pgx-var-1013: NC_000010.10(CYP2C19):g.96535173T=</a></li><li><a href=\"Observation-Pgx-var-1014.html\">Observation/Pgx-var-1014: NC_000010.10(CYP2C19):g.96535210G=</a></li><li><a href=\"Observation-Pgx-var-1015.html\">Observation/Pgx-var-1015: NC_000010.10(CYP2C19):g.96540410G>A</a></li><li><a href=\"Observation-Pgx-var-1016.html\">Observation/Pgx-var-1016: NC_000010.10(CYP2C19):g.96541616G=</a></li><li><a href=\"Observation-Pgx-var-1017.html\">Observation/Pgx-var-1017: NC_000010.10(CYP2C19):g.96541756T=</a></li><li><a href=\"Observation-Pgx-var-1018.html\">Observation/Pgx-var-1018: NC_000010.10(CYP2C19):g.96612495C=</a></li><li><a href=\"Observation-Pgx-var-1019.html\">Observation/Pgx-var-1019: NC_000016.9(VKORC1):g.31096368C>T</a></li><li><a href=\"Observation-Pgx-var-1020.html\">Observation/Pgx-var-1020: NC_000010.10(CYP2C9):g.96702047C=</a></li><li><a href=\"Observation-Pgx-var-1021.html\">Observation/Pgx-var-1021: NC_000010.10(CYP2C9):g.96741053A=</a></li></ul></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GE" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C43359" ] ;
fhir:display [ fhir:v "Group" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/CGPatientExample01" ]
] ; #
fhir:effective [ fhir:v "2019-04-01"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ExampleOrg" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/Pgx-var-1011" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96521657C=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1012" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96522463A=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1013" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96535173T=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1014" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96535210G=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1015" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96540410G>A" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1016" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96541616G=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1017" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96541756T=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1018" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C19):g.96612495C=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1019" ] ;
fhir:display [ fhir:v "NC_000016.9(VKORC1):g.31096368C>T" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1020" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C9):g.96702047C=" ]
] [
fhir:reference [ fhir:v "Observation/Pgx-var-1021" ] ;
fhir:display [ fhir:v "NC_000010.10(CYP2C9):g.96741053A=" ]
] ) . #
IG © 2022+ HL7 International / Clinical Genomics. Package hl7.fhir.uv.genomics-reporting#3.0.0-ballot based on FHIR 4.0.1. Generated 2023-12-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change