{
  "resourceType": "StructureDefinition",
  "id": "ca1d0f5c-d22e-4e0d-aba5-d6eb08fc97b0",
  "meta": {
    "lastUpdated": "2020-02-07T13:41:04.547+00:00"
  },
  "url": "http://fhir.gefry.de/fhir/StructureDefinition/MeinAdressProfil",
  "version": "0.1",
  "name": "MeinAdressProfil",
  "status": "draft",
  "date": "2020-02-07T13:41:41.6272556+00:00",
  "description": "One adress profile with best practice",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "vcard",
      "uri": "http://w3.org/vcard",
      "name": "vCard Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.line",
        "path": "Address.line",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "min": 1
      }
    ]
  }
}