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
: lungMass - JSON Representation
Raw json | Download
{
"resourceType" : "Procedure",
"id" : "lungMass",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"lungMass\"> </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 Procedure "lungMass" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-genomic-study.html\">Genomic Study</a></p></div><p><b>Genomic Study Analysis Extension</b>: <a href=\"Procedure-lungMass-analysis1.html\">Procedure/lungMass-analysis1</a></p><p><b>Genomic Study Analysis Extension</b>: <a href=\"Procedure-lungMass-analysis2.html\">Procedure/lungMass-analysis2</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-genomicServiceRequest.html\">ServiceRequest/genomicServiceRequest</a></p><p><b>status</b>: completed</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></p><p><b>code</b>: Solid tumor whole exome sequencing panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-genomicPatient.html\">Patient/genomicPatient</a> " DOE"</p><p><b>performed</b>: 2019-03-01</p><p><b>asserter</b>: <a href=\"Practitioner-practitioner02.html\">Practitioner/practitioner02</a> " DOEL"</p><p><b>reasonCode</b>: Lung mass (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#309529002)</span></p><p><b>note</b>: For technical reasons, PIK3CB was deemed uncallable.</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext",
"valueReference" : {
🔗 "reference" : "Procedure/lungMass-analysis1"
}
},
{
"url" : "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext",
"valueReference" : {
🔗 "reference" : "Procedure/lungMass-analysis2"
}
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/genomicServiceRequest"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
},
"code" : {
"text" : "Solid tumor whole exome sequencing panel"
},
"subject" : {
🔗 "reference" : "Patient/genomicPatient"
},
"performedDateTime" : "2019-03-01",
"asserter" : {
🔗 "reference" : "Practitioner/practitioner02"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309529002",
"display" : "Lung mass (finding)"
}
]
}
],
"note" : [
{
"text" : "For technical reasons, PIK3CB was deemed uncallable."
}
]
}