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

FHIR IG Statistics: CodeSystem/ProstateSideOfTumor

Packageincisive.fhir
Resource TypeCodeSystem
IdProstateSideOfTumor
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/CodeSystem/ProstateSideOfTumor
URLhttps://simplifier.net/INCISIVE/CodeSystem/ProstateSideOfTumor
Version1.0
Statusactive
Date2023-07-11
NameSide of tumor Prostate
DescriptionSide of tumor of Prostate Cancer
Contentcomplete

Resources that use this resource

ValueSet
ProstateComponentCodesProstate Component Codes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ProstateSideOfTumor",
  "url": "https://simplifier.net/INCISIVE/CodeSystem/ProstateSideOfTumor",
  "version": "1.0",
  "name": "Side of tumor Prostate",
  "status": "active",
  "date": "2023-07-11",
  "publisher": "FTSS",
  "description": "Side of tumor of Prostate Cancer",
  "caseSensitive": false,
  "valueSet": "https://simplifier.net/INCISIVE/ValueSet/ProstateComponentCodes",
  "content": "complete",
  "concept": [
    {
      "code": "0",
      "display": "Right"
    },
    {
      "code": "1",
      "display": "Left"
    },
    {
      "code": "2",
      "display": "Bilateral"
    }
  ]
}