{
  "resourceType": "StructureDefinition",
  "url": "http://bookplan.dk/fhir/StructureDefinition/CallLocation",
  "version": "1.0",
  "name": "CallLocation",
  "status": "active",
  "publisher": "Capgemini Danmark A/S",
  "fhirVersion": "1.0.2",
  "kind": "resource",
  "constrainedType": "Location",
  "abstract": false,
  "contextType": "resource",
  "base": "http://hl7.org/fhir/StructureDefinition/Location",
  "differential": {
    "element": [
      {
        "path": "Location.id",
        "min": 1,
        "maxLength": 36
      },
      {
        "path": "Location.meta",
        "max": "0"
      },
      {
        "path": "Location.implicitRules",
        "max": "0"
      },
      {
        "path": "Location.language",
        "max": "0"
      },
      {
        "path": "Location.text",
        "max": "0"
      },
      {
        "path": "Location.contained",
        "max": "0"
      },
      {
        "path": "Location.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "path": "Location.identifier.id",
        "max": "0"
      },
      {
        "path": "Location.identifier.use",
        "max": "0"
      },
      {
        "path": "Location.identifier.type",
        "max": "0"
      },
      {
        "path": "Location.identifier.system",
        "min": 1,
        "fixedUri": "BookplanCallLocationOId"
      },
      {
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "path": "Location.identifier.period",
        "max": "0"
      },
      {
        "path": "Location.identifier.assigner",
        "max": "0"
      },
      {
        "path": "Location.status",
        "min": 1
      },
      {
        "path": "Location.name",
        "min": 1,
        "maxLength": 60
      },
      {
        "path": "Location.description",
        "max": "0"
      },
      {
        "path": "Location.mode",
        "max": "0"
      },
      {
        "path": "Location.type",
        "max": "0"
      },
      {
        "path": "Location.telecom",
        "max": "0"
      },
      {
        "path": "Location.address",
        "max": "0"
      },
      {
        "path": "Location.physicalType",
        "max": "0"
      },
      {
        "path": "Location.position",
        "max": "0"
      },
      {
        "path": "Location.managingOrganization",
        "max": "0"
      },
      {
        "path": "Location.partOf",
        "max": "0"
      }
    ]
  }
}