FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Location.StructureDefinition.xml

Packageca.on.oh-cms
TypeStructureDefinition
IdLocation.StructureDefinition.xml
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-cms@1.0.2-alpha1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location
Statusdraft
NameCMSLocation
TitleCMSLocation
DescriptionPlease see <a href="https://simplifier.net/guide/OntarioContextManagement/ConformanceRules" target="_blank">Conformance Rules </a> for the expected behavior of MustSupport.
TypeLocation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
cms-ext-organization-name-typeOrganization Name Type Extension
cms-ext-human-languageHumanLanguage
ValueSet
v3-ServiceDeliveryLocationRoleTypeServiceDeliveryLocationRoleType
v3-ServiceDeliveryLocationRoleTypeV3 Value SetServiceDeliveryLocationRoleType

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "StructureDefinition",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location",
  "name": "CMSLocation",
  "title": "CMSLocation",
  "status": "draft",
  "description": "Please see <a href=\"https://simplifier.net/guide/OntarioContextManagement/ConformanceRules\" target=\"_blank\">Conformance Rules </a> for the expected behavior of MustSupport.",
  "fhirVersion": "4.0.1",
  "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",
        "comment": "#### **_` FOR CMS USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "mustSupport": true
      },
      {
        "id": "Location.identifier.system",
        "path": "Location.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.identifier.value",
        "path": "Location.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "definition": "#### **_` FOR CMS USAGE: Provide the legal name of the location. `_**\r\nName of the location as used by humans. Does not need to be unique.",
        "mustSupport": true
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "mustSupport": true
      },
      {
        "id": "Location.alias.extension",
        "path": "Location.alias.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Location.alias.extension:HumanLanguage",
        "path": "Location.alias.extension",
        "sliceName": "HumanLanguage",
        "definition": "#### **_` FOR CMS USAGE: The extension is to specify the language of the non-english equivalent of the Organization name. `_**",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.alias.extension:OrganizationNameType",
        "path": "Location.alias.extension",
        "sliceName": "OrganizationNameType",
        "definition": "#### **_` FOR CMS USAGE: The extension is to support the non-english name equivalent of the Organization name. `_**",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-organization-name-type"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "mustSupport": true
      },
      {
        "id": "Location.type.coding",
        "path": "Location.type.coding",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType"
        }
      },
      {
        "id": "Location.type.coding.system",
        "path": "Location.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "mustSupport": true
      },
      {
        "id": "Location.type.coding.code",
        "path": "Location.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.type.coding.display",
        "path": "Location.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "mustSupport": true
      },
      {
        "id": "Location.telecom.system",
        "path": "Location.telecom.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.telecom.value",
        "path": "Location.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "mustSupport": true
      },
      {
        "id": "Location.address.use",
        "path": "Location.address.use",
        "fixedCode": "work",
        "mustSupport": true
      },
      {
        "id": "Location.address.type",
        "path": "Location.address.type",
        "fixedCode": "physical",
        "mustSupport": true
      },
      {
        "id": "Location.address.line",
        "path": "Location.address.line",
        "mustSupport": true
      },
      {
        "id": "Location.address.city",
        "path": "Location.address.city",
        "mustSupport": true
      },
      {
        "id": "Location.address.state",
        "path": "Location.address.state",
        "mustSupport": true
      },
      {
        "id": "Location.address.postalCode",
        "path": "Location.address.postalCode",
        "mustSupport": true
      },
      {
        "id": "Location.address.country",
        "path": "Location.address.country",
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/ontariocontextmanagement/cmsorganization"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}