{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_PS_List_Other_Address_Details",
  "version": "1.0.0",
  "name": "KBV_PR_MIO_PS_List_Other_Address_Details",
  "status": "draft",
  "publisher": "Kassenärztliche Bundesvereinigung (KBV)",
  "description": "Dieses Profil bietet die Möglichkeit, Kontaktpersonen festzuhalten.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.meta",
        "path": "List.meta",
        "min": 1
      },
      {
        "id": "List.meta.versionId",
        "path": "List.meta.versionId",
        "max": "0"
      },
      {
        "id": "List.meta.lastUpdated",
        "path": "List.meta.lastUpdated",
        "max": "0"
      },
      {
        "id": "List.meta.source",
        "path": "List.meta.source",
        "max": "0"
      },
      {
        "id": "List.meta.profile",
        "path": "List.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_PS_List_Other_Address_Details|1.0.0"
      },
      {
        "id": "List.meta.security",
        "path": "List.meta.security",
        "max": "0"
      },
      {
        "id": "List.meta.tag",
        "path": "List.meta.tag",
        "max": "0"
      },
      {
        "id": "List.implicitRules",
        "path": "List.implicitRules",
        "max": "0"
      },
      {
        "id": "List.language",
        "path": "List.language",
        "max": "0"
      },
      {
        "id": "List.contained",
        "path": "List.contained",
        "max": "0"
      },
      {
        "id": "List.identifier",
        "path": "List.identifier",
        "max": "0"
      },
      {
        "id": "List.status",
        "path": "List.status",
        "fixedCode": "current"
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "fixedCode": "working"
      },
      {
        "id": "List.title",
        "path": "List.title",
        "max": "0"
      },
      {
        "id": "List.code",
        "path": "List.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.code.coding",
        "path": "List.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "List.code.coding.version",
        "path": "List.code.coding.version",
        "min": 1,
        "fixedString": "http://snomed.info/sct/900000000000207008/version/20210131"
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "min": 1,
        "fixedCode": "70862002"
      },
      {
        "id": "List.code.coding.display",
        "path": "List.code.coding.display",
        "min": 1,
        "fixedString": "Contact person (person)"
      },
      {
        "id": "List.code.coding.userSelected",
        "path": "List.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "List.code.text",
        "path": "List.code.text",
        "max": "0"
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_PS_Patient|1.0.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "List.subject.reference",
        "path": "List.subject.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.subject.type",
        "path": "List.subject.type",
        "max": "0"
      },
      {
        "id": "List.subject.identifier",
        "path": "List.subject.identifier",
        "max": "0"
      },
      {
        "id": "List.subject.display",
        "path": "List.subject.display",
        "max": "0"
      },
      {
        "id": "List.encounter",
        "path": "List.encounter",
        "max": "0"
      },
      {
        "id": "List.date",
        "path": "List.date",
        "mustSupport": true
      },
      {
        "id": "List.source",
        "path": "List.source",
        "max": "0"
      },
      {
        "id": "List.orderedBy",
        "path": "List.orderedBy",
        "max": "0"
      },
      {
        "id": "List.note",
        "path": "List.note",
        "max": "0"
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.entry.flag",
        "path": "List.entry.flag",
        "max": "0"
      },
      {
        "id": "List.entry.deleted",
        "path": "List.entry.deleted",
        "max": "0"
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_PS_Related_Person_Contact_Person|1.0.0"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "List.entry.item.reference",
        "path": "List.entry.item.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "List.entry.item.type",
        "path": "List.entry.item.type",
        "max": "0"
      },
      {
        "id": "List.entry.item.identifier",
        "path": "List.entry.item.identifier",
        "max": "0"
      },
      {
        "id": "List.entry.item.display",
        "path": "List.entry.item.display",
        "max": "0"
      },
      {
        "id": "List.emptyReason",
        "path": "List.emptyReason",
        "max": "0"
      }
    ]
  }
}