minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mCODE-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "genomic-region-studied-jenny-m",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-genomic-region-studied"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation genomic-region-studied-jenny-m</b></p><a name=\"genomic-region-studied-jenny-m\"> </a><a name=\"hcgenomic-region-studied-jenny-m\"> </a><a name=\"genomic-region-studied-jenny-m-en-US\"> </a><p><b>status</b>: Final</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\">Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2018-03-15</p><p><b>issued</b>: 2018-03-15 00:00:01+0000</p><p><b>performer</b>: <a href=\"Practitioner-us-core-practitioner-owen-oncologist.html\">Practitioner Owen Oncologist </a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "53041-0",
"display" : "DNA region of interest panel"
}
]
},
"subject" : {
🔗 "reference" : "Patient/cancer-patient-jenny-m"
},
"effectiveDateTime" : "2018-03-15",
"issued" : "2018-03-15T00:00:01+00:00",
"performer" : [
{
🔗 "reference" : "Practitioner/us-core-practitioner-owen-oncologist"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "48018-6",
"display" : "Gene studied [ID]"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.genenames.org",
"code" : "1100",
"display" : "BRCA1"
},
{
"system" : "http://www.genenames.org",
"code" : "1101",
"display" : "BRCA2"
},
{
"system" : "http://www.genenames.org",
"code" : "1748",
"display" : "CDH1"
},
{
"system" : "http://www.genenames.org",
"code" : "26144",
"display" : "PALB2"
},
{
"system" : "http://www.genenames.org",
"code" : "9588",
"display" : "PTEN"
},
{
"system" : "http://www.genenames.org",
"code" : "11389",
"display" : "STK11"
},
{
"system" : "http://www.genenames.org",
"code" : "11998",
"display" : "TP53"
}
]
}
}
]
}