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

FHIR IG Statistics: StructureDefinition/Profile-nNGM-Specimen-Tumormaterial

Packagede.uk-koeln.nngm.form
Resource TypeStructureDefinition
IdProfile-nNGM-Specimen-Tumormaterial
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen
URLhttp://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen
Version1.0.0
Statusactive
NameProfile_nNGM_Specimen_Tumormaterial
TitleProfil - nNGM - Specimen - Tumormaterial
DescriptionDiese Profile beschreiben das eingereichte Tumormaterial innerhalb des nNGM-Projektes. Dabei handelt es sich explizit nicht um einen Tumorblock, sondern die Gewebeprobe oder Liquid Biopsy
TypeSpecimen
Kindresource

Resources that use this resource

StructureDefinition
histologieProfile - nNGM - Observation - Histologie
AnforderungDerDiagnostikProfile - nNGM - ServiceRequest - Anforderung der Diagnostik

Resources that this resource uses

StructureDefinition
aufenthaltsartExtension - nNGM - Aufenhaltsart
specimen-tumormaterial-lagert-beiExtension - nNGM - Specimen - Tumormaterial-lagert-bei
tumorzellgehaltExtension_nNGM_Tumorzellgehalt
ValueSet
MaterialTypValueSet - nNGM - MaterialTyp

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Profile-nNGM-Specimen-Tumormaterial",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Specimen",
  "version": "1.0.0",
  "name": "Profile_nNGM_Specimen_Tumormaterial",
  "title": "Profil - nNGM - Specimen - Tumormaterial",
  "status": "active",
  "description": "Diese Profile beschreiben das eingereichte Tumormaterial innerhalb des nNGM-Projektes. Dabei handelt es sich explizit nicht um einen Tumorblock, sondern die Gewebeprobe oder Liquid Biopsy",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.extension",
        "path": "Specimen.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Specimen.extension:entnahmeKontext",
        "path": "Specimen.extension",
        "sliceName": "entnahmeKontext",
        "label": "Entnahmekontext",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/aufenthaltsart"
            ]
          }
        ]
      },
      {
        "id": "Specimen.extension:entnahmeKontext.value[x]",
        "path": "Specimen.extension.value[x]",
        "label": "Entnahmekontext"
      },
      {
        "id": "Specimen.extension:entnahmeKontext.value[x]:valueCodeableConcept",
        "path": "Specimen.extension.value[x]",
        "sliceName": "valueCodeableConcept",
        "label": "Entnahmekontext",
        "mustSupport": true
      },
      {
        "id": "Specimen.extension:tumormaterialLagertBei",
        "path": "Specimen.extension",
        "sliceName": "tumormaterialLagertBei",
        "label": "Tumormaterial lagert bei",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/specimen-tumormaterial-lagert-bei"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Specimen.identifier",
        "path": "Specimen.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Specimen.identifier:biopsieID",
        "path": "Specimen.identifier",
        "sliceName": "biopsieID",
        "label": "Biopsie ID",
        "patternIdentifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "SID"
              }
            ]
          }
        },
        "mustSupport": true
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "min": 1
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "Specimen.type.coding:ncit",
        "path": "Specimen.type.coding",
        "sliceName": "ncit",
        "label": "Materialtyp",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://uk-koeln.de/fhir/ValueSet/nNGM/MaterialTyp"
        }
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "label": "Patient",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Specimen.collection.collected[x]",
        "path": "Specimen.collection.collected[x]",
        "label": "Entnahmedatum",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Specimen.extension:tumorzellgehalt",
        "path": "Specimen.extension",
        "sliceName": "tumorzellgehalt",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tumorzellgehalt"
            ]
          }
        ]
      },
      {
        "id": "Specimen.extension:ngspanelversion",
        "path": "Specimen.extension.value[x]",
        "label": "Tumorzellgehalt",
        "short": "Gibt den Tumorzellgehalt in % an",
        "mustSupport": true
      }
    ]
  }
}