{
  "resourceType": "StructureDefinition",
  "id": "MeinPatientenProfil",
  "url": "http://gefyra.info/simone/StructureDefinition/MeinPatientenProfil",
  "name": "MeinPatientenProfil",
  "status": "draft",
  "description": "Die ist ein Patienten-Profil mit den Minimalanforderungen für Patientenstammdaten.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Geburtsdatum",
        "comment": "Ist ein Pflichtfeld weil...",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.extension",
        "path": "Patient.address.extension",
        "min": 1
      },
      {
        "id": "Patient.address.extension:planet",
        "path": "Patient.address.extension",
        "sliceName": "planet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://gefyra.info/simone/StructureDefinition/MeinePlanetExtension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "mustSupport": true
      },
      {
        "id": "Patient.address.postalCode",
        "path": "Patient.address.postalCode",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}