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

FHIR IG Statistics: StructureDefinition/EncounterTMBCase

Packagede.basisprofil.onkologie
Resource TypeStructureDefinition
IdEncounterTMBCase
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/EncounterTMBCase
URLhttp://fhir.de/onkologie/StructureDefinition/EncounterTMBCase
Version1.0.0-ballot
Statusactive
NameEncounterTMBCase
TitleTumor Board Case Review
DescriptionProfile of Encounter for a patient case review within molecular tumor boards.
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
EncounterTMBConferenceTumor Board Conference

Narrative

No narrative content found in resource


Source

{
  "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
              }
            ]
          }
        ]
      }
    ]
  }
}