{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2022-02-22T09:48:43.856+00:00"
  },
  "url": "https://tx.gerontonet.org/fhir/StructureDefinition/Organisation_Clinicathome",
  "name": "Organisation_Clinicathome",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-bsnr",
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ]
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id": "Organization.contact.name",
        "path": "Organization.contact.name",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://fhir.de/StructureDefinition/humanname-de-basis"
            ]
          }
        ]
      }
    ]
  }
}