{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-10-18T09:24:25.654+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyLocation",
  "name": "MyLocation",
  "status": "draft",
  "date": "2018-10-18T09:24:25.2317831+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.use",
        "path": "Location.identifier.use",
        "fixedCode": "3"
      },
      {
        "id": "Location.identifier.value",
        "path": "Location.identifier.value",
        "fixedString": "3"
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "fixedCode": "3"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "fixedString": "3"
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "fixedString": "3"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "fixedString": "3"
      },
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "fixedCode": "3"
      },
      {
        "id": "Location.address.use",
        "path": "Location.address.use",
        "fixedCode": "23"
      },
      {
        "id": "Location.address.text",
        "path": "Location.address.text",
        "fixedString": "3"
      },
      {
        "id": "Location.address.city",
        "path": "Location.address.city",
        "fixedString": "3"
      },
      {
        "id": "Location.address.state",
        "path": "Location.address.state",
        "fixedString": "3"
      },
      {
        "id": "Location.address.country",
        "path": "Location.address.country",
        "fixedString": "3"
      },
      {
        "id": "Location.position.altitude",
        "path": "Location.position.altitude",
        "fixedDecimal": 23
      },
      {
        "id": "Location.managingOrganization.identifier.value",
        "path": "Location.managingOrganization.identifier.value",
        "fixedString": "23"
      }
    ]
  }
}