FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting
Resource TypeObservation
IdObservation-tnm-clinical-regional-nodes-category-cN0.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
      }
    ]
  }
}