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

FHIR IG analytics

Packagehl7.org.nz.fhir.ig.cca
Resource TypeValueSet
IdValueSet-cancer-type-code.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7NZ/cca/ValueSet-cancer-type-code.html
URLhttps://standards.digital.health.nz/fhir/ValueSet/cancer-type-code
Version0.1.0
Statusactive
Date2026-05-21T02:29:02+00:00
NameCancerType
TitleCancer type
Realmnz
Authorityhl7
DescriptionThe type of Cancer

Resources that use this resource

StructureDefinition
hl7.org.nz.fhir.ig.cca#currentCcaPlanDefinitionPlanDefinition

Resources that this resource uses

CodeSystem
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet cancer-type-code

This value set includes codes based on the following rules:

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 77465005 (Transplantation)
  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 363346000 (Malignant tumour)
  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 362965005 (Disorder of body system)

Source1

{
  "resourceType": "ValueSet",
  "id": "cancer-type-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/fhir/ValueSet/cancer-type-code",
  "version": "0.1.0",
  "name": "CancerType",
  "title": "Cancer type",
  "status": "active",
  "date": "2026-05-21T02:29:02+00:00",
  "publisher": "Te Aho o Te Kahu, Cancer Control Agency",
  "description": "The type of Cancer",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "77465005"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "363346000"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "362965005"
          }
        ]
      }
    ]
  }
}