{
  "resourceType": "StructureDefinition",
  "id": "9ab1c9a2-6502-4338-8a72-662e15a34152",
  "meta": {
    "lastUpdated": "2022-03-11T16:31:20.807+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "date": "2022-03-11T16:29:02.8867881+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/wienstroeer/fhir/StructureDefinition/AddressPlanet"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/wienstroeer/fhir/StructureDefinition/AddressPlanet"
            ]
          }
        ]
      }
    ]
  }
}