Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "tnm-clinical-primary-tumor-category-cT3",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-primary-tumor-category"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 21905-5}\">Primary tumor.clinical [Class] Cancer</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>effective</b>: 2019-04-01</p><p><b>value</b>: <span title=\"Codes: {http://cancerstaging.org cT3}\">T3</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 897275008}\">American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "21905-5",
"display" : "Primary tumor.clinical [Class] Cancer"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"effectiveDateTime" : "2019-04-01",
"performer" : [
{
🔗 "reference" : "Practitioner/1"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1228938002",
"display" : "American Joint Committee on Cancer cT3 (qualifier value)"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "897275008",
"display" : "American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging)"
}
]
}
}