PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.4
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization
{
  "description": "Proposed constraints and extensions on the Organization resource",
  "_filename": "OrganizationProfile.json",
  "package_name": "ca.on.oh.mha-pds",
  "date": "2020-03-16",
  "derivation": "constraint",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "OrganizationProfile",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "name": "MHA PDS Mapping",
    "identity": "MHA-PDS-Mapping"
  } ],
  "abstract": false,
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MHA Organization Profile",
  "package_version": "0.9.0-alpha-1.9.7.4",
  "status": "draft",
  "id": "d9f77d45-5498-4f3a-b126-7cdc01c83c20",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Organization",
      "path": "Organization",
      "mapping": [ {
        "map": "MHA PDS Mapping",
        "identity": "MHA-PDS-Mapping"
      } ]
    }, {
      "id": "Organization.meta",
      "min": 1,
      "path": "Organization.meta",
      "mustSupport": true
    }, {
      "id": "Organization.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Organization.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization"
    }, {
      "id": "Organization.identifier",
      "min": 2,
      "path": "Organization.identifier",
      "comment": "The unique number that identifies the legal entity providing the adult or child and youth mental health, problematic substance use or problem gambling service.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Organization.identifier.system",
      "path": "Organization.identifier.system",
      "mustSupport": true
    }, {
      "id": "Organization.identifier.value",
      "path": "Organization.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 unique number that identifies the legal entity providing the adult or child and youth mental health, problematic substance use or problem gambling service.",
      "mapping": [ {
        "map": "HSP Organization ID",
        "identity": "MHA-PDS-Mapping"
      } ],
      "definition": "The unique number that identifies the legal entity providing the adult or child and youth mental health, problematic substance use or problem gambling service.",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:MOHOrgID",
      "max": "1",
      "min": 1,
      "path": "Organization.identifier",
      "sliceName": "MOHOrgID",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:MOHOrgID.system",
      "min": 1,
      "path": "Organization.identifier.system",
      "fixedUri": "http://ehealthontario.ca/fhir/NamingSystem/id-Organization-OHFS",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:MOHOrgID.value",
      "min": 1,
      "path": "Organization.identifier.value",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:ConnexOrgNumber",
      "max": "1",
      "min": 1,
      "path": "Organization.identifier",
      "sliceName": "ConnexOrgNumber",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:ConnexOrgNumber.system",
      "min": 1,
      "path": "Organization.identifier.system",
      "fixedUri": "http://ehealthontario.ca/fhir/NamingSystem/id-Organization-ConnexOrg",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:ConnexOrgNumber.value",
      "min": 1,
      "path": "Organization.identifier.value",
      "mustSupport": true
    }, {
      "id": "Organization.name",
      "min": 1,
      "path": "Organization.name",
      "comment": "If the name of an organization 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 organization providing the adult or child and youth mental health, problematic substance use or problem gambling service.",
      "mapping": [ {
        "map": "HSP Organization Name",
        "identity": "MHA-PDS-Mapping"
      } ],
      "mustSupport": true
    }, {
      "id": "Organization.address.extension",
      "min": 0,
      "path": "Organization.address.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Organization.address.extension:preferred",
      "min": 0,
      "path": "Organization.address.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-preferred" ]
      } ],
      "short": "HL7 Preferred Address Flag extension",
      "sliceName": "preferred",
      "definition": "Flag denoting whether parent address item is preferred"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}