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 2.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-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "cancer-stage-group-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-stage-group"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile: </b> <a href=\"https://hl7.org/fhir/us/mcode/StructureDefinition-mcode-tnm-stage-group.html\">mCODE TNM Stage Group</a></p>\n <p><b>Observation:</b> cancer-stage-group-example</p><p><b>status</b>: final</p><p><b>code</b>: Stage group.clinical Cancer LOINC 21908-9</p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n <p><b>focus</b>: <a href=\"Condition-primary-cancer-condition-breast.html\">primary-cancer-condition-breast</a></p><p><b>effective</b>: 2023-03-21</p><p><b>value</b>: American Joint Committee on Cancer stage IIA (qualifier value) SNOMED CT[Intl] 1222766008)</p><p><b>method</b>: American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging) SNOMED CT[Intl] #897275008</p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-tnm-clinical-primary-tumor-category-cT2.html\">Observation/tnm-clinical-primary-tumor-category-cT2</a></li><li><a href=\"Observation-tnm-clinical-regional-nodes-category-cN0.html\">Observation/tnm-clinical-regional-nodes-category-cN0</a></li><li><a href=\"Observation-tnm-clinical-distant-metastases-category-cM0.html\">Observation/tnm-clinical-distant-metastases-category-cM0</a></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "21908-9",
"display" : "Stage group.clinical Cancer"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"focus" : [
{
🔗 "reference" : "Condition/primary-cancer-condition-breast"
}
],
"effectiveDateTime" : "2023-03-21",
"performer" : [
{
🔗 "reference" : "Practitioner/1",
"display" : "Joseph Nichols"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1222766008",
"display" : "American Joint Committee on Cancer stage IIA (qualifier value)"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "897275008",
"display" : "American Joint Committee on Cancer, Cancer Staging Manual, 8th edition tumor staging system"
}
]
},
"hasMember" : [
{
🔗 "reference" : "Observation/tnm-clinical-primary-tumor-category-cT2"
},
{
🔗 "reference" : "Observation/tnm-clinical-regional-nodes-category-cN0"
},
{
🔗 "reference" : "Observation/tnm-clinical-distant-metastases-category-cM0"
}
]
}