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

FHIR IG Statistics: ValueSet/ValueSet-cce-core-ValueSet-SitelocationVS

Packagecce.fhir
TypeValueSet
IdValueSet-cce-core-ValueSet-SitelocationVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir@0.1.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/SitelocationVS
URLhttps://www.cancercoreeurope.eu/fhir/core/ValueSet/SitelocationVS
Version0.0.1
Statusdraft
NameSitelocationVS
DescriptionLateral location of the tumor

Resources that use this resource

StructureDefinition
cce-core-Condition-PrimarydiagnosisPrimarydiagnosis

Resources that this resource uses

CodeSystem
SitelocationCSSitelocationCS

Narrative

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

Site location ValueSet

Lateral location of the tumor


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SitelocationVS",
  "version": "0.0.1",
  "name": "SitelocationVS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "Lateral location of the tumor",
  "compose": {
    "include": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SitelocationCS",
        "concept": [
          {
            "code": "L",
            "display": "left"
          },
          {
            "code": "R",
            "display": "right"
          },
          {
            "code": "B",
            "display": "bilateral (should result in 2 reports for certain tumors)"
          },
          {
            "code": "C",
            "display": "Centerline/Center"
          },
          {
            "code": "N",
            "display": "Not applicable (page number not meaningful, including systemic diseases)"
          },
          {
            "code": "U",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}