FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.dktk.oncology
Resource TypeProcedure
IdProcedure-Strahlentherapie-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Procedure",
  "id": "Procedure-Strahlentherapie-example-1",
  "meta": {
    "profile": [
      "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Procedure-Strahlentherapie"
    ]
  },
  "extension": [
    {
      "url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-StellungZurOp",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTStellungOPCS",
            "code": "A",
            "display": "adjuvant"
          }
        ]
      }
    },
    {
      "url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-SYSTIntention",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTIntentionCS",
            "code": "P",
            "display": "palliativ"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTTherapieartCS",
        "code": "ST",
        "display": "Strahlentherapie"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Patient-example-1"
  },
  "encounter": {
    "reference": "Encounter/Encounter-Fall-example-1"
  },
  "outcome": {
    "coding": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/LokaleBeurteilungResidualstatusCS",
        "code": "R0"
      },
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GesamtbeurteilungResidualstatusCS",
        "code": "R0"
      }
    ]
  }
}