FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.wales.stu1
Resource TypeStructureDefinition
IdProfile-DataStandardsWales-Location.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "DataStandardsWales-Location",
  "url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location",
  "version": "1.0.1",
  "name": "DataStandardsWalesLocation",
  "title": "Data Standards Wales Location",
  "status": "active",
  "experimental": false,
  "date": "2023-11-10",
  "publisher": "NHS Wales",
  "copyright": "2023 NHS Wales.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "comment": "Identifiers for the location SHOULD be populated if the data exists",
        "requirements": "Different location identities will apply which are managed by different registries",
        "mustSupport": true
      },
      {
        "id": "Location.identifier:odsSiteCode",
        "path": "Location.identifier",
        "sliceName": "odsSiteCode",
        "max": "0"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier",
        "path": "Location.identifier",
        "sliceName": "wrtsLocationIdentifier",
        "short": "The WRTS identifier for the location",
        "definition": "The Welsh Reference Data Servcie identifier for the location",
        "max": "1"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier.system",
        "path": "Location.identifier.system",
        "short": "WRTS location identifier",
        "min": 1,
        "fixedUri": "https://fhir.nhs.wales/Id/wrts-location-identifier"
      },
      {
        "id": "Location.identifier:wrtsLocationIdentifier.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "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",
        "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.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization.identifier.system",
        "path": "Location.managingOrganization.identifier.system",
        "min": 1
      },
      {
        "id": "Location.managingOrganization.identifier.value",
        "path": "Location.managingOrganization.identifier.value",
        "min": 1
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.partOf.identifier.system",
        "path": "Location.partOf.identifier.system",
        "min": 1
      },
      {
        "id": "Location.partOf.identifier.value",
        "path": "Location.partOf.identifier.value",
        "min": 1
      }
    ]
  }
}