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

FHIR IG analytics

Packagede.uk-koeln.nngm.therapie
Resource TypeStructureDefinition
IdProfile-nNGM-Systherapie-OfflabelUse.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.therapie@0.1.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/nNGM/nngm-ex-systemischetherapie-offlabeluse
URLhttp://uk-koeln.de/fhir/StructureDefinition/nNGM/nngm-ex-systemischetherapie-offlabeluse
Version0.1.0
Statusdraft
Namenngm_ex_systemischetherapie_offlabelus
TitlenNGM Extension: Systemische Therapie, Off-Label-Use
DescriptionZeigt an, ob die systemische Therapie auf Basis einer (Molekularen) Therapieempfehlung erfolgte (boolean).
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
Profile-nNGM-MedicationStatement-MedicationProfile - nNGM - MedicationStatement - Medikation

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "nngm-ex-onko-systherapie-offlabeluse",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/nNGM/nngm-ex-systemischetherapie-offlabeluse",
  "version": "0.1.0",
  "name": "nngm_ex_systemischetherapie_offlabelus",
  "title": "nNGM Extension: Systemische Therapie, Off-Label-Use",
  "status": "draft",
  "publisher": "nNGM",
  "description": "Zeigt an, ob die systemische Therapie auf Basis einer (Molekularen) Therapieempfehlung erfolgte (boolean).",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Procedure"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Off-Label-Use",
        "definition": "Off-Label-Use false/true"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://uk-koeln.de/fhir/StructureDefinition/nNGM/nngm-ex-systemischetherapie-offlabeluse"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Empfehlung ja/nein",
        "definition": "true, wenn Off-Label-Use; sonst false.",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": false,
        "mapping": [
          {
            "identity": "nNGM-Schema",
            "map": "offLabelUse",
            "comment": "Off-Label-Use"
          }
        ]
      }
    ]
  }
}