This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 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
Source view
@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:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mCODECancerGenomicsReportExample01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-genomics-report"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-genomics-report> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODECancerGenomicsReportExample01</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0074 code 'LAB' = 'Laboratory)</span>, Genetics <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0074 code 'GE' = 'Genetics)</span></p><p><b>code</b>: Master HL7 genetic variant reporting panel <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '81247-9' = 'Master HL7 genetic variant reporting panel)</span></p><p><b>subject</b>: <a href=\"DiagnosticReport-mCODECancerGenomicsReportExample01.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>effective</b>: Apr 1, 2019 12:00:00 AM</p><p><b>issued</b>: Apr 1, 2019 12:45:33 AM</p><p><b>specimen</b>: <a href=\"DiagnosticReport-mCODECancerGenomicsReportExample01.html\">Generated Summary: id: mCODEGeneticSpecimenExample01; status: available; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Tissue</span></a></p><p><b>result</b>: </p><ul><li><a href=\"DiagnosticReport-mCODECancerGenomicsReportExample01.html\">Generated Summary: id: mCODECancerGeneticVariantExample01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 69548-6}\">Genetic variant assessment</span>; effective: Apr 1, 2019 12:00:00 AM; <span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span>; <span title=\"Codes: {http://loinc.org LA26398-0}\">Sequencing</span></a></li><li><a href=\"DiagnosticReport-mCODECancerGenomicsReportExample01.html\">Generated Summary: id: mCODEGenomicRegionStudiedExample01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 53041-0}\">DNA region of interest panel</span>; effective: Apr 1, 2019 12:00:00 AM; issued: Apr 1, 2019 12:45:33 AM</a></li></ul></div>" ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "LAB" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "GE" ] ] ]; fhir:DiagnosticReport.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:81247-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "81247-9" ] ] ]; fhir:DiagnosticReport.subject [ fhir:Reference.reference [ fhir:value "Patient/mCODEPatientExample01" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2019-04-01"^^xsd:date]; fhir:DiagnosticReport.issued [ fhir:value "2019-04-01T11:45:33+11:00"^^xsd:dateTime]; fhir:DiagnosticReport.specimen [ fhir:index 0; fhir:Reference.reference [ fhir:value "Specimen/mCODEGeneticSpecimenExample01" ] ]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:Reference.reference [ fhir:value "Observation/mCODECancerGeneticVariantExample01" ] ], [ fhir:index 1; fhir:Reference.reference [ fhir:value "Observation/mCODEGenomicRegionStudiedExample01" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.