{
  "resourceType": "StructureDefinition",
  "id": "d67cf408-70f8-4fa6-acce-f715a575c379",
  "meta": {
    "lastUpdated": "2018-03-05T16:28:54.54+00:00"
  },
  "url": "StructureDefinition/MyLocation",
  "name": "MyLocation",
  "status": "draft",
  "date": "2017-09-11T17:41:22.924+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "max": "0"
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "max": "0"
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "max": "0"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "max": "0"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "max": "0"
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "StructureDefinition/MyOrganization"
          }
        ]
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "max": "0"
      },
      {
        "id": "Location.endpoint",
        "path": "Location.endpoint",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "StructureDefinition/MyEndpoint"
          }
        ]
      }
    ]
  }
}