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

FHIR IG Statistics: StructureDefinition/StructureDefinition-cce-core-Extension-SYSTIntention

Packagecce.fhir
Resource TypeStructureDefinition
IdStructureDefinition-cce-core-Extension-SYSTIntention
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir@0.1.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-SYSTIntention
URLhttps://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-SYSTIntention
Version0.0.1
Statusdraft
NameSYSTIntention
DescriptionIndicates the Intention of the Therapy
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
cce-core-MedicationStatement-SystemtherapySystemtherapy

Resources that this resource uses

ValueSet
SYSTIntentionVSSYST Intention VS

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-SYSTIntention",
  "version": "0.0.1",
  "name": "SYSTIntention",
  "status": "draft",
  "description": "Indicates the Intention of the Therapy",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationStatement"
    },
    {
      "type": "element",
      "expression": "Procedure"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Extension-SYSTIntention"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS"
        }
      },
      {
        "id": "Extension.value[x].coding.code",
        "path": "Extension.value[x].coding.code",
        "short": "Intention of the Therapy",
        "definition": "Indicates the Intention of the Therapy",
        "min": 1,
        "mapping": [
          {
            "identity": "ADT-GEKID",
            "map": "ST:ST_Intention, SYST:SYST_Intention",
            "comment": "ST:ST_Intention, SYST:SYST_Intention"
          },
          {
            "identity": "ISO-11179",
            "map": "urn:dktk:dataelement:67:2, urn:dktk:dataelement:69:2",
            "comment": "urn:dktk:dataelement:67:2, urn:dktk:dataelement:69:2"
          }
        ]
      }
    ]
  }
}