{
  "resourceType": "StructureDefinition",
  "id": "probandin",
  "url": "https://www.vision-zero-oncology.de/fhir/StructureDefinition/probandin",
  "name": "Probandin",
  "title": "Profile ProbandIn",
  "status": "active",
  "publisher": "VISION ZERO E.V.",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.vision-zero-oncology.de/"
        }
      ]
    }
  ],
  "description": "Dieses Profil beschreibt eine Proband*in.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "BRIDG5.1",
      "uri": "https://bridgmodel.nci.nih.gov",
      "name": "BRIDG 5.1 Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ResearchSubject",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ResearchSubject",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ResearchSubject.id",
        "path": "ResearchSubject.id",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.meta",
        "path": "ResearchSubject.meta",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.meta.source",
        "path": "ResearchSubject.meta.source",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.meta.profile",
        "path": "ResearchSubject.meta.profile",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.identifier",
        "path": "ResearchSubject.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.identifier:subjectIdentificationCode",
        "path": "ResearchSubject.identifier",
        "sliceName": "subjectIdentificationCode",
        "min": 1,
        "max": "1",
        "patternIdentifier": {
          "type": {
            "coding": [
              {
                "code": "ANON",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.identifier:subjectIdentificationCode.type",
        "path": "ResearchSubject.identifier.type",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.identifier:subjectIdentificationCode.system",
        "path": "ResearchSubject.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.identifier:subjectIdentificationCode.value",
        "path": "ResearchSubject.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.status",
        "path": "ResearchSubject.status",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.period",
        "path": "ResearchSubject.period",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.period.start",
        "path": "ResearchSubject.period.start",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.period.end",
        "path": "ResearchSubject.period.end",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.study",
        "path": "ResearchSubject.study",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.individual",
        "path": "ResearchSubject.individual",
        "mustSupport": true
      },
      {
        "id": "ResearchSubject.consent",
        "path": "ResearchSubject.consent",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}