PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.wales.stu1@0.1.1-ballot
    https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location
{
  "description": null,
  "_filename": "Profile-DataStandardsWales-Location.json",
  "package_name": "fhir.r4.wales.stu1",
  "date": "2023-05-24",
  "derivation": "constraint",
  "publisher": "NHS Wales",
  "fhirVersion": "4.0.1",
  "name": "DataStandardsWalesLocation",
  "abstract": false,
  "copyright": "© 2023 NHS Wales.",
  "type": "Location",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Data Standards Wales Location",
  "package_version": "0.1.1-ballot",
  "status": "draft",
  "id": "5989a9f3-36e3-4fb9-8d0b-65f5ff833bac",
  "kind": "resource",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Location.identifier",
      "path": "Location.identifier",
      "comment": "Identifiers for the location SHOULD be populated if the data exists",
      "mustSupport": true,
      "requirements": "Different location identities will apply which are managed by different registries"
    }, {
      "id": "Location.identifier:odsSiteCode",
      "max": "0",
      "path": "Location.identifier",
      "sliceName": "odsSiteCode"
    }, {
      "id": "Location.identifier:wrtsLocationIdentifier",
      "max": "1",
      "path": "Location.identifier",
      "short": "The WRTS identifier for the location",
      "sliceName": "wrtsLocationIdentifier",
      "definition": "The Welsh Reference Data Servcie identifier for the location"
    }, {
      "id": "Location.identifier:wrtsLocationIdentifier.system",
      "min": 1,
      "path": "Location.identifier.system",
      "short": "WRTS location identifier",
      "fixedUri": "https://fhir.nhs.wales/Id/wrts-location-identifier"
    }, {
      "id": "Location.identifier:wrtsLocationIdentifier.value",
      "min": 1,
      "path": "Location.identifier.value"
    }, {
      "id": "Location.status",
      "path": "Location.status",
      "comment": "The status of the location (i.e., whether it is active, suspended or inactive) SHOULD be populated if the data exists.",
      "mustSupport": true
    }, {
      "id": "Location.name",
      "min": 1,
      "path": "Location.name",
      "comment": "Location name SHALL be populated. 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.",
      "mustSupport": true
    }, {
      "id": "Location.type",
      "path": "Location.type",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType"
      }
    }, {
      "id": "Location.address",
      "min": 1,
      "path": "Location.address",
      "mustSupport": true
    }, {
      "id": "Location.managingOrganization",
      "path": "Location.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization" ]
      } ]
    }, {
      "id": "Location.managingOrganization.identifier",
      "min": 1,
      "path": "Location.managingOrganization.identifier"
    }, {
      "id": "Location.managingOrganization.identifier.system",
      "min": 1,
      "path": "Location.managingOrganization.identifier.system"
    }, {
      "id": "Location.managingOrganization.identifier.value",
      "min": 1,
      "path": "Location.managingOrganization.identifier.value"
    }, {
      "id": "Location.partOf",
      "path": "Location.partOf",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Location.partOf.identifier",
      "min": 1,
      "path": "Location.partOf.identifier"
    }, {
      "id": "Location.partOf.identifier.system",
      "min": 1,
      "path": "Location.partOf.identifier.system"
    }, {
      "id": "Location.partOf.identifier.value",
      "min": 1,
      "path": "Location.partOf.identifier.value"
    } ]
  },
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location"
}