{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2020-01-24T09:52:27.646+00:00"
  },
  "url": "http://beier.org/fhir/StructureDefinition/meinPatient",
  "version": "0.1",
  "name": "Patient",
  "title": "Patient",
  "status": "draft",
  "date": "2020-01-24T09:52:27.3997026+00:00",
  "publisher": "GKV",
  "contact": [
    {
      "name": "André",
      "telecom": [
        {
          "system": "phone",
          "value": "012345678",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profil für einen Patienten",
  "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",
        "path": "Patient.name",
        "min": 1
      },
      {
        "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://beier.org/fhir/StructureDefinition/AdresseMitPlanet"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://beier.org/fhir/StructureDefinition/AdresseMitPlanet"
            ]
          }
        ]
      }
    ]
  }
}