This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes 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 loinc: <http://loinc.org/rdf#> .
@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:Resource.id [ fhir:value "genomic-region-studied-jenny-m"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomic-region-studied";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomic-region-studied> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></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: {http://loinc.org 53041-0}\">DNA region of interest panel</span></p><p><b>subject</b>: <a href=\"Patient-cancer-patient-jenny-m.html\">Generated Summary: Medical Record Number: MRN1234 (USUAL); Jenny M ; gender: female; birthDate: 1965-01-01</a></p><p><b>effective</b>: 2018-03-15</p><p><b>issued</b>: Mar 15, 2018 12:00:01 AM</p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org 48018-6}\">Gene studied [ID]</span></td><td><span title=\"Codes: {http://www.genenames.org 1100}, {http://www.genenames.org 1101}, {http://www.genenames.org 1748}, {http://www.genenames.org 26144}, {http://www.genenames.org 9588}, {http://www.genenames.org 11389}, {http://www.genenames.org 11998}\">BRCA1</span></td></tr></table></div>"
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
fhir:Coding.code [ fhir:value "laboratory" ] ]
];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:53041-0;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "53041-0" ];
fhir:Coding.display [ fhir:value "DNA region of interest panel" ] ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/cancer-patient-jenny-m" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2018-03-15"^^xsd:date];
fhir:Observation.issued [ fhir:value "2018-03-15T00:00:01+00:00"^^xsd:dateTime];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:48018-6;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "48018-6" ];
fhir:Coding.display [ fhir:value "Gene studied [ID]" ] ] ];
fhir:Observation.component.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "1100" ];
fhir:Coding.display [ fhir:value "BRCA1" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "1101" ];
fhir:Coding.display [ fhir:value "BRCA2" ] ], [
fhir:index 2;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "1748" ];
fhir:Coding.display [ fhir:value "CDH1" ] ], [
fhir:index 3;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "26144" ];
fhir:Coding.display [ fhir:value "PALB2" ] ], [
fhir:index 4;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "9588" ];
fhir:Coding.display [ fhir:value "PTEN" ] ], [
fhir:index 5;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "11389" ];
fhir:Coding.display [ fhir:value "STK11" ] ], [
fhir:index 6;
fhir:Coding.system [ fhir:value "http://www.genenames.org" ];
fhir:Coding.code [ fhir:value "11998" ];
fhir:Coding.display [ fhir:value "TP53" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.