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

FHIR IG Statistics: StructureDefinition/Nebenwirkung

Packagede.basisprofil.onkologie
Resource TypeStructureDefinition
IdNebenwirkung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/Nebenwirkung
URLhttp://fhir.de/onkologie/StructureDefinition/Nebenwirkung
Version1.0.0-ballot
Statusactive
NameNebenwirkung
TitleNebenwirkung
TypeAdverseEvent
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Nebenwirkung",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Summary"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fhir.de/onkologie/StructureDefinition/Nebenwirkung",
  "version": "1.0.0-ballot",
  "name": "Nebenwirkung",
  "title": "Nebenwirkung",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "AdverseEvent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AdverseEvent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AdverseEvent.actuality",
        "path": "AdverseEvent.actuality",
        "patternCode": "actual"
      },
      {
        "id": "AdverseEvent.category",
        "path": "AdverseEvent.category",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "AdverseEvent.subject",
        "path": "AdverseEvent.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "AdverseEvent.date",
        "path": "AdverseEvent.date",
        "mustSupport": true
      },
      {
        "id": "AdverseEvent.recordedDate",
        "path": "AdverseEvent.recordedDate",
        "mustSupport": true
      },
      {
        "id": "AdverseEvent.severity",
        "path": "AdverseEvent.severity",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}