This page is part of the Genetic Reporting Implementation Guide (v1.1.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
{
"resourceType" : "Observation",
"id" : "RegionStudiedPGx2",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/region-studied"
]
},
"text" : {
"status" : "generated",
"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><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 81293-3}\">Description of ranges of DNA sequences examined</span></p><p><b>value</b>: protein-coding and exon-splicing regions.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 48018-6}\">Gene studied [ID]</span></p><p><b>value</b>: <span title=\"Codes: {http://www.genenames.org/geneId HGNC:2623}\">CYP2C9</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/TbdCodes region-coverage}\">region-coverage</span></p><p><b>value</b>: 100</p></blockquote></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "53041-0"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "81293-3"
}
]
},
"valueString" : "protein-coding and exon-splicing regions."
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "48018-6"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.genenames.org/geneId",
"code" : "HGNC:2623",
"display" : "CYP2C9"
}
]
}
},
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/TbdCodes",
"code" : "region-coverage"
}
]
},
"valueQuantity" : {
"value" : 100
}
}
]
}