{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "title": "Titel-Patient",
  "status": "draft",
  "date": "2024-03-04T20:09:54.4371387+00:00",
  "description": "Das ist eine Beschreibung",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "definition": "Wird für die Briefschreibung benötigt",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "definition": "Geschlecht wird für die Auswahl der Anrede benötigt",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats).  This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery.  There are a variety of postal address formats defined around the world.",
        "comment": "Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates.  Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/fhir/StructureDefinition/MyAddress"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats).  This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery.  There are a variety of postal address formats defined around the world.",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/fhir/StructureDefinition/MyAddress"
            ]
          }
        ]
      }
    ]
  }
}