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

FHIR IG Statistics: CodeSystem/ColorectalLocation

Packageincisive.fhir
Resource TypeCodeSystem
IdColorectalLocation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/CodeSystem/ColorectalLocation
URLhttps://simplifier.net/INCISIVE/CodeSystem/ColorectalLocation
Version1.0
Statusactive
Date2023-07-11
NameLocation Colorectal
DescriptionColorectal Cancer location
Contentcomplete

Resources that use this resource

ValueSet
LocationCodesLocation Codes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ColorectalLocation",
  "url": "https://simplifier.net/INCISIVE/CodeSystem/ColorectalLocation",
  "version": "1.0",
  "name": "Location Colorectal",
  "status": "active",
  "date": "2023-07-11",
  "publisher": "FTSS",
  "description": "Colorectal Cancer location",
  "caseSensitive": false,
  "valueSet": "https://simplifier.net/INCISIVE/ValueSet/LocationCodes",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Cecum"
    },
    {
      "code": "2",
      "display": "Ascending colon"
    },
    {
      "code": "3",
      "display": "Transverse"
    },
    {
      "code": "4",
      "display": "Descending"
    },
    {
      "code": "5",
      "display": "Sigmoid"
    },
    {
      "code": "6",
      "display": "Rectal"
    }
  ]
}