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

FHIR IG analytics

Packagede.dktk.oncology
Resource TypeMedicationStatement
IdMedicationStatement-Systemtherapie-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": "MedicationStatement",
  "id": "MedicationStatement-Systemtherapie-example-1",
  "meta": {
    "profile": [
      "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-MedicationStatement-Systemtherapie"
    ]
  },
  "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"
          }
        ]
      }
    },
    {
      "url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-LokaleResidualstatus",
      "valueReference": {
        "reference": "Observation/Observation-LokaleBeurteilungResidualstatus-example-1"
      }
    },
    {
      "url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-GesamtbeurteilungResidualstatus",
      "valueReference": {
        "reference": "Observation/Observation-GesamtbeurteilungResidualstatus-example-1"
      }
    }
  ],
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/SYSTTherapieartCS",
        "code": "CH",
        "display": "Chemotherapie"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "Ja"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-Patient-example-1"
  },
  "context": {
    "reference": "Encounter/Encounter-Fall-example-1"
  }
}