{
  "resourceType": "StructureDefinition",
  "url": "http://www.adusoft.fr/xips/StructureDefinition/fr-xips-Location",
  "version": "0.2",
  "name": "XipsLocation",
  "title": "fr-xips-Location",
  "status": "draft",
  "date": "2019-09-12",
  "publisher": "L'Atelier du Soft",
  "contact": [
    {
      "name": "Nicolas Canu",
      "telecom": [
        {
          "system": "email",
          "value": "nicolas.canu@wanadoo.fr"
        }
      ]
    }
  ],
  "description": "Profil Location pour XIPS",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "France"
        }
      ],
      "text": "France"
    }
  ],
  "purpose": "Le profil fr-xips-Location est le profil utilisé par XIPS pour toutes les interactions concernant le type de ressource Location.\r\nIl n'y a pas de profils \"supported\" (spécifiques à certains cas d'utilisation) pour le type de ressource Location.",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "max": "0"
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "max": "0"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "min": 1
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "max": "0"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "max": "0"
      },
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "max": "0"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "max": "1"
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "max": "0"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "min": 1
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "max": "0"
      },
      {
        "id": "Location.position",
        "path": "Location.position",
        "max": "0"
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "max": "0"
      },
      {
        "id": "Location.hoursOfOperation",
        "path": "Location.hoursOfOperation",
        "max": "0"
      },
      {
        "id": "Location.availabilityExceptions",
        "path": "Location.availabilityExceptions",
        "max": "0"
      },
      {
        "id": "Location.endpoint",
        "path": "Location.endpoint",
        "max": "0"
      }
    ]
  }
}