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-distant-metastases-category-cM0.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: mCODE TNM Distant Metastases Category

Observation: TNM Clinical Distant Metastases Category (cM0)

Status: final

Category: Imaging

Code: cM category (SNOMED CT: 399387003)

Subject: Patient-example: Amy Shaw

Effective Date: 2023-03-21

Performer: Dr. Joseph Nichols (Practitioner/1)

Value: cM0 - 1229901006 (American Joint Committee on Cancer cM0 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-distant-metastases-category-cM0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-tnm-distant-metastases-category"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "imaging",
          "display": "Imaging"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "399387003",
        "display": "cM category"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2023-03-21",
  "performer": [
    {
      "reference": "Practitioner/1"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1229901006",
        "display": "American Joint Committee on Cancer cM0 (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"
      }
    ]
  }
}