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

FHIR IG Statistics: StructureDefinition/procedure-bestrahlung

Packagede.basisprofil.onkologie
Resource TypeStructureDefinition
Idprocedure-bestrahlung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/procedure-bestrahlung
URLhttp://fhir.de/onkologie/StructureDefinition/procedure-bestrahlung
Version1.0.0-ballot
Statusactive
NameProcedureRadiotherapy
TitleADT-Procedure-Radiotherapy
DescriptionProfile on Procedure for radiation therapy.
TypeProcedure
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
IntentionTherapie-Intention
StellungZurOpStellungZurOp
StrahlentherapieGesamtdosisStrahlentherapieGesamtdosis
ValueSet
ResidualstatusVSResidualstatusVS

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "procedure-bestrahlung",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Summary"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fhir.de/onkologie/StructureDefinition/procedure-bestrahlung",
  "version": "1.0.0-ballot",
  "name": "ProcedureRadiotherapy",
  "title": "ADT-Procedure-Radiotherapy",
  "status": "active",
  "description": "Profile on Procedure for radiation therapy.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.extension:Intention",
        "path": "Procedure.extension",
        "sliceName": "Intention",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.de/onkologie/StructureDefinition/Intention"
            ]
          }
        ]
      },
      {
        "id": "Procedure.extension:StellungZurOp",
        "path": "Procedure.extension",
        "sliceName": "StellungZurOp",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.de/onkologie/StructureDefinition/StellungZurOp"
            ]
          }
        ]
      },
      {
        "id": "Procedure.extension:StrahlentherapieGesamtdosis",
        "path": "Procedure.extension",
        "sliceName": "StrahlentherapieGesamtdosis",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.de/onkologie/StructureDefinition/StrahlentherapieGesamtdosis"
            ]
          }
        ]
      },
      {
        "id": "Procedure.category",
        "path": "Procedure.category",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "C15313",
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "display": "Radiation Therapy"
            }
          ]
        }
      },
      {
        "id": "Procedure.outcome",
        "path": "Procedure.outcome",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.de/onkologie/ValueSet/ResidualstatusVS"
        }
      }
    ]
  }
}