PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.2.1
    http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location
{
  "description": "Profil neutre du lieu associé à un Appointment retourné par $find.",
  "_filename": "StructureDefinition-sgrdv-base-find-response-location.json",
  "package_name": "ca.qc.sq.sgrdv",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SGRDVBaseFindResponseLocation",
  "abstract": false,
  "type": "Location",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "Lieu dans la réponse $find (Base)",
  "package_version": "1.2.1",
  "status": "active",
  "id": "8ed7b5b4-d574-4b1b-8942-79f7de048e58",
  "kind": "resource",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location",
  "version": "1.2.1",
  "differential": {
    "element": [ {
      "id": "Location.extension",
      "path": "Location.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Location.extension:distanceDeplacement",
      "max": "1",
      "min": 0,
      "path": "Location.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-location-distance-deplacement" ]
      } ],
      "sliceName": "distanceDeplacement",
      "mustSupport": true
    }, {
      "id": "Location.extension:distanceDeplacement.value[x]",
      "path": "Location.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Location.type",
      "min": 1,
      "path": "Location.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-site-type-vs"
      },
      "mustSupport": true
    }, {
      "id": "Location.type.coding",
      "path": "Location.type.coding",
      "mustSupport": true
    }, {
      "id": "Location.type.coding.system",
      "path": "Location.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
    }, {
      "id": "Location.type.coding.code",
      "path": "Location.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Location.address",
      "min": 1,
      "path": "Location.address",
      "mustSupport": true
    }, {
      "id": "Location.address.text",
      "path": "Location.address.text",
      "short": "Lignes d'adresse (équivalent de address.line)",
      "comment": "Utilisé à la place de address.line pour simplifier la représentation. Ne doit contenir que les lignes d'adresse, sans la ville, la province ni le code postal.",
      "example": [ {
        "label": "Lignes d'adresse",
        "valueString": "1234 rue Saint-Denis, App 4"
      } ],
      "definition": "Partie civique de l'adresse : numéro civique, rue, et appartement ou bureau le cas échéant. N'inclut pas la ville, la province ni le code postal — ces informations sont transmises dans les champs distincts city, state et postalCode.",
      "mustSupport": true
    }, {
      "id": "Location.address.city",
      "path": "Location.address.city",
      "mustSupport": true
    }, {
      "id": "Location.address.postalCode",
      "path": "Location.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Location.physicalType",
      "max": "0",
      "path": "Location.physicalType"
    }, {
      "id": "Location.position",
      "min": 1,
      "path": "Location.position",
      "mustSupport": true
    }, {
      "id": "Location.position.longitude",
      "path": "Location.position.longitude",
      "mustSupport": true
    }, {
      "id": "Location.position.latitude",
      "path": "Location.position.latitude",
      "mustSupport": true
    }, {
      "id": "Location.managingOrganization",
      "min": 1,
      "path": "Location.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-organization" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location"
}