FHIR IG analytics| Package | hl7.fhir.us.central-cancer-registry-reporting |
| Resource Type | Observation |
| Id | Observation-tnm-clinical-regional-nodes-category-cN0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: mmCODE TNM Regional Nodes Category
Observation: TNM Clinical Regional Nodes Category (cN0)
Status: final
Category: Laboratory
Code: Regional lymph nodes.clinical [Class] Cancer (LOINC: 21906-3)
Subject: Patient-example: Amy Shaw
Effective Date: 2023-03-21
Performer: Dr. Joseph Nichols (Practitioner/1)
Value: cN0 (American Joint Committee on Cancer cN0 qualifier)
Method: American Joint Commission on Cancer, Cancer Staging Manual, 8th edition neoplasm staging system (tumor staging) (SNOMED CT: 897275008)
{
"resourceType": "Observation",
"id": "tnm-clinical-regional-nodes-category-cN0",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-regional-nodes-category"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "21906-3",
"display": "Regional lymph nodes.clinical [Class] Cancer"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2023-03-21",
"performer": [
{
"reference": "Practitioner/1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1229967007",
"display": "American Joint Committee on Cancer cN0 (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"
}
]
}
}