FHIR IG Statistics: StructureDefinition/NHSDigital-Location.StructureDefinition
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Location",
"name": "NHSDigitalLocation",
"status": "draft",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"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": "SHOULD contain an ANANA/ODS code."
},
{
"id": "Location.identifier:odsCode",
"path": "Location.identifier",
"sliceName": "odsCode"
},
{
"id": "Location.identifier:odsCode.system",
"path": "Location.identifier.system",
"min": 1,
"fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code"
},
{
"id": "Location.identifier:odsCode.value",
"path": "Location.identifier.value",
"min": 1
},
{
"id": "Location.type",
"path": "Location.type",
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.nhs.uk/ValueSet/location-type"
}
},
{
"id": "Location.type.extension",
"path": "Location.type.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Location.type.extension:locationRole",
"path": "Location.type.extension",
"sliceName": "locationRole",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role"
]
}
],
"isModifier": false
},
{
"id": "Location.type.extension:activePeriod",
"path": "Location.type.extension",
"sliceName": "activePeriod",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.nhs.uk/StructureDefinition/Extension-ODS-Organization-Role-ActivePeriod"
]
}
],
"isModifier": false
},
{
"id": "Location.address",
"path": "Location.address",
"min": 1,
"mustSupport": true
},
{
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization"
]
}
],
"constraint": [
{
"key": "nhds-10",
"severity": "warning",
"human": "managingOrganization - a display name should be provided",
"expression": "(display.exists())"
}
]
},
{
"id": "Location.managingOrganization.identifier",
"path": "Location.managingOrganization.identifier",
"min": 1
},
{
"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",
"constraint": [
{
"key": "nhsd-9",
"severity": "warning",
"human": "partOf - display name should be provided",
"expression": "(display.exists())"
}
]
},
{
"id": "Location.partOf.identifier",
"path": "Location.partOf.identifier",
"min": 1
},
{
"id": "Location.partOf.identifier.system",
"path": "Location.partOf.identifier.system",
"min": 1
},
{
"id": "Location.partOf.identifier.value",
"path": "Location.partOf.identifier.value",
"min": 1
}
]
}
}