| Package | de.basisprofil.onkologie | 
| Resource Type | StructureDefinition | 
| Id | EncounterTMBCase | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/EncounterTMBCase | 
| URL | http://fhir.de/onkologie/StructureDefinition/EncounterTMBCase | 
| Version | 1.0.0-ballot | 
| Status | active | 
| Name | EncounterTMBCase | 
| Title | Tumor Board Case Review | 
| Description | Profile of Encounter for a patient case review within molecular tumor boards. | 
| Type | Encounter | 
| Kind | resource | 
No resources found
| StructureDefinition | |
| EncounterTMBConference | Tumor Board Conference | 
No narrative content found in resource
{
  "resourceType": "StructureDefinition",
  "id": "EncounterTMBCase",
  "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/EncounterTMBCase",
  "version": "1.0.0-ballot",
  "name": "EncounterTMBCase",
  "title": "Tumor Board Case Review",
  "status": "active",
  "description": "Profile of Encounter for a patient case review within molecular tumor boards.",
  "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": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "patternCoding": {
          "code": "VR"
        }
      },
      {
        "id": "Encounter.type",
        "path": "Encounter.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "C159520",
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "display": "Patient Case Review"
            }
          ]
        }
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Encounter.partOf",
        "path": "Encounter.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.de/onkologie/StructureDefinition/EncounterTMBConference"
            ],
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
                "valueBoolean": true
              }
            ]
          }
        ]
      }
    ]
  }
}