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

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

Packagecce.fhir.minimal
Resource TypeValueSet
IdValueSet-cce-core-ValueSet-OPIntentionVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/OPIntentionVS
URLhttps://www.cancercoreeurope.eu/fhir/core/ValueSet/OPIntentionVS
Version0.0.1
Statusdraft
NameOPIntentionVS
TitleOP Intention VS
DescriptionOP Intention

Resources that use this resource

StructureDefinition
cce-core-Extension-OPIntentionOPIntention

Resources that this resource uses

CodeSystem
OPIntentionCSOP Intention CS

Narrative

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

OP-Intention ValueSet

OP Intention


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/OPIntentionVS",
  "version": "0.0.1",
  "name": "OPIntentionVS",
  "title": "OP Intention VS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "OP Intention",
  "compose": {
    "include": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/OPIntentionCS",
        "concept": [
          {
            "code": "C",
            "display": "curative"
          },
          {
            "code": "P",
            "display": "palliative"
          },
          {
            "code": "D",
            "display": "diagnostic"
          },
          {
            "code": "R",
            "display": "Revision/Complication"
          },
          {
            "code": "S",
            "display": "miscellaneous"
          },
          {
            "code": "X",
            "display": "Missing Information"
          }
        ]
      }
    ]
  }
}