PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha.pds@2.0.0-alpha-preview
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location-v2-draft
{
  "description": "Proposed constraints and extensions on the Location resource",
  "_filename": "StructureDefinition.ca-on-mha-profile-Location-V2.json",
  "package_name": "ca.on.oh.mha.pds",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "derivation": "constraint",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "LocationProfileV2Draft",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Location",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Location Profile",
  "package_version": "2.0.0-alpha-preview",
  "status": "draft",
  "id": "da0fb0f9-45d8-4b47-a88a-fe7e0387a081",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location-v2-draft",
  "version": "2.0.0",
  "differential": {
    "element": [ {
      "id": "Location",
      "path": "Location",
      "mustSupport": true
    }, {
      "id": "Location.meta",
      "min": 1,
      "path": "Location.meta",
      "mustSupport": true
    }, {
      "id": "Location.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Location.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location"
    }, {
      "id": "Location.identifier",
      "max": "1",
      "path": "Location.identifier",
      "comment": "The MHA service delivery site for the HSP organization.",
      "definition": "Unique code or number identifying the location to its users",
      "mustSupport": true
    }, {
      "id": "Location.identifier.system",
      "min": 1,
      "path": "Location.identifier.system",
      "comment": "Identifier.system is always case sensitive.\r\n\r\nPlease refere to the Identifiers page for system URI format.",
      "fixedUri": "http://ehealthontario.ca/fhir/NamingSystem/id-Location-ConnexSite",
      "mustSupport": true
    }, {
      "id": "Location.identifier.value",
      "min": 1,
      "path": "Location.identifier.value",
      "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value's primary purpose is computational mapping.  As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.)  A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.\r\n\r\nThe MHA service delivery site for the HSP organization. SHALL contain the ConnexOntario Site number.",
      "mapping": [ {
        "map": "HSP Site Number",
        "identity": "MHA-PDS-Mapping"
      } ],
      "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system. \r\nThis is the number assigned by ConnexOntario to each service delivery site. This is a site number assigned by ConnexOntario specific to an HSP, not a unique ID across all HSPs.",
      "mustSupport": true
    }, {
      "id": "Location.name",
      "min": 1,
      "path": "Location.name",
      "comment": "If the name of a location changes, consider putting the old name in the alias column so that it can still be located through searches.\r\n\r\nThe name of the HSP site providing adult or child and youth mental health, problematic substance use or problem gambling services",
      "mapping": [ {
        "map": "HSP Site Name",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Location.address",
      "min": 1,
      "path": "Location.address",
      "mustSupport": true
    }, {
      "id": "Location.address.postalCode",
      "min": 1,
      "path": "Location.address.postalCode",
      "definition": "A postal code designating a region defined by the postal service. \r\n\r\nThe postal code associated with the location where a particular service is delivered (service delivery site).",
      "mustSupport": true
    }, {
      "id": "Location.managingOrganization",
      "path": "Location.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization" ]
      } ],
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location"
}