{
  "resourceType": "StructureDefinition",
  "id": "ca-qc-akinox-profile-Location",
  "url": "http://fhir.akinox.com/r5/StructureDefinition/Location",
  "version": "1.0.0",
  "name": "QuebecLocation",
  "title": "Location",
  "status": "draft",
  "description": "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "interface",
      "uri": "http://hl7.org/fhir/interface",
      "name": "Interface Pattern"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.meta",
        "path": "Location.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.meta.profile",
        "path": "Location.meta.profile",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "min": 2,
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.reference",
        "path": "Location.managingOrganization.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier",
        "path": "Location.managingOrganization.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.type",
        "path": "Location.managingOrganization.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.type.coding",
        "path": "Location.managingOrganization.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.type.coding.system",
        "path": "Location.managingOrganization.identifier.type.coding.system",
        "fixedUri": "http://akinox.com/fhir/ValueSet/akinox-identifier-type",
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.type.coding.code",
        "path": "Location.managingOrganization.identifier.type.coding.code",
        "min": 1,
        "fixedCode": "MSSS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://akinox.com/fhir/ValueSet/akinox-identifier-type"
        }
      }
    ]
  }
}