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

FHIR IG Statistics: StructureDefinition/episode-of-care-tumorerkrankung

Packagede.basisprofil.onkologie
Resource TypeStructureDefinition
Idepisode-of-care-tumorerkrankung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/episode-of-care-tumorerkrankung
URLhttp://fhir.de/onkologie/StructureDefinition/episode-of-care-tumorerkrankung
Version1.0.0-ballot
Statusactive
NameTumorerkrankung
TitleTumorerkrankung
DescriptionProfile of EpisodeOfCare for a tumor disease.
TypeEpisodeOfCare
Kindresource

Resources that use this resource

StructureDefinition
SystemischeTherapieSystemischeTherapie

Resources that this resource uses

StructureDefinition
KrebsDiagnoseKrebsdiagnose

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "episode-of-care-tumorerkrankung",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Base.Management"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fhir.de/onkologie/StructureDefinition/episode-of-care-tumorerkrankung",
  "version": "1.0.0-ballot",
  "name": "Tumorerkrankung",
  "title": "Tumorerkrankung",
  "status": "active",
  "description": "Profile of EpisodeOfCare for a tumor disease.",
  "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"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "EpisodeOfCare",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "EpisodeOfCare.type",
        "path": "EpisodeOfCare.type",
        "min": 1,
        "max": "1",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "C16213",
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "display": "Cancer Diagnosis"
            }
          ]
        }
      },
      {
        "id": "EpisodeOfCare.diagnosis.condition",
        "path": "EpisodeOfCare.diagnosis.condition",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.de/onkologie/StructureDefinition/KrebsDiagnose"
            ]
          }
        ]
      }
    ]
  }
}