FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/us-pathology-codesystem

Packagehl7.fhir.us.cancer-reporting
Resource TypeCodeSystem
Idus-pathology-codesystem
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cancer-reporting/https://build.fhir.org/ig/HL7/cancer-reporting/CodeSystem-us-pathology-codesystem.html
URLhttp://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-codesystem
Version2.0.0-ballot
Statusactive
Date2025-06-29T15:41:19+00:00
NameUSPathologyCodeSystem
TitleUS Pathology Code System
Realmus
Authorityhl7
DescriptionUS Pathology Code System
Contentcomplete

Resources that use this resource

ValueSet
us-pathology-form-category-codesUS Pathology Form Category Codes

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.

Source

{
  "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-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-ballot",
  "name": "USPathologyCodeSystem",
  "title": "US Pathology Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-06-29T15:41:19+00:00",
  "publisher": "HL7 International / Orders and Observations and College of American Pathologists",
  "contact": [
    {
      "name": "HL7 International / Orders and Observations and College of American Pathologists",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        },
        {
          "system": "email",
          "value": "ord@lists.HL7.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."
    }
  ]
}