{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-07-07T09:55:26.395+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MeinPatient",
  "name": "MeinPatient",
  "status": "draft",
  "date": "2020-07-07T09:55:26.3240873+00:00",
  "publisher": "mz",
  "contact": [
    {
      "name": "mz",
      "telecom": [
        {
          "system": "email",
          "value": "mz@test.de"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://example.org/fhir/StructureDefinition/MaxisAddress"
            ]
          }
        ]
      }
    ]
  }
}