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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting.r4b
Resource TypeCodeSystem
IdCodeSystem-us-pathology-codesystem.json
FHIR VersionR4B

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

Generated Narrative: CodeSystem us-pathology-codesystem

This case-insensitive code system http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem defines the following codes:

CodeDisplayDefinition
SECTION SectionMajor divisions within the protocol (e.g., 'SPECIMEN,' 'TUMOR') that organize related content. Sections do not have values but contain references to Questions through hasMember relationships.
QUESTION QuestionIndividual data elements which store captured responses. Questions reference their parent Section through derivedFrom relationships and contain value elements.

Source1

{
  "resourceType": "CodeSystem",
  "id": "us-pathology-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/cancer-reporting/ImplementationGuide/hl7.fhir.us.cancer-reporting"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/cancer-reporting/ImplementationGuide/hl7.fhir.us.cancer-reporting"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem",
  "version": "2.0.0",
  "name": "USPathologyCodeSystem",
  "title": "US Pathology Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-10-03T14:20:29+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 International / Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "ord@lists.HL7.org"
        }
      ]
    },
    {
      "name": "College of American Pathologists",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cap.org/"
        }
      ]
    }
  ],
  "description": "US Pathology Code System",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "SECTION",
      "display": "Section",
      "definition": "Major divisions within the protocol (e.g., 'SPECIMEN,' 'TUMOR') that organize related content. Sections do not have values but contain references to Questions through hasMember relationships."
    },
    {
      "code": "QUESTION",
      "display": "Question",
      "definition": "Individual data elements which store captured responses. Questions reference their parent Section through derivedFrom relationships and contain value elements."
    }
  ]
}