{
"description": "Defines the data structure for medical, regulatory and technical\\norganisations specific for german Healthcare and Telematics Infrastructure.",
"_filename": "StructureDefinition-LocationDirectory.json",
"package_name": "de.gematik.fhir.directory",
"date": "2024-10-29",
"derivation": "constraint",
"publisher": "gematik GmbH",
"fhirVersion": "4.0.1",
"name": "LocationDirectory",
"abstract": false,
"type": "Location",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "Location in gematik Directory",
"package_version": "0.15.0",
"status": "active",
"id": "0f6c2ba8-3137-4ff2-b395-65338b0b2c24",
"kind": "resource",
"url": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectory",
"version": "0.15.0",
"differential": {
"element": [ {
"id": "Location.id",
"path": "Location.id",
"mustSupport": true
}, {
"id": "Location.meta.tag",
"min": 1,
"path": "Location.meta.tag",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "system",
"type": "pattern"
} ]
},
"constraint": [ {
"key": "CodingSytemCodeInv",
"human": "System and Code SHOULD be present",
"source": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectory",
"severity": "warning",
"expression": "system.exists() and code.exists()"
} ],
"mustSupport": true
}, {
"id": "Location.meta.tag:Origin",
"max": "1",
"min": 1,
"path": "Location.meta.tag",
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/directory/ValueSet/OriginVS"
},
"sliceName": "Origin",
"mustSupport": true
}, {
"id": "Location.meta.tag:Origin.system",
"min": 1,
"path": "Location.meta.tag.system",
"patternUri": "https://gematik.de/fhir/directory/CodeSystem/Origin"
}, {
"id": "Location.name",
"path": "Location.name",
"mustSupport": true
}, {
"id": "Location.description",
"path": "Location.description",
"mustSupport": true
}, {
"id": "Location.address",
"path": "Location.address",
"mustSupport": true
}, {
"id": "Location.address.use",
"path": "Location.address.use",
"mustSupport": true
}, {
"id": "Location.address.text",
"path": "Location.address.text",
"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.district",
"path": "Location.address.district",
"mustSupport": true
}, {
"id": "Location.address.state",
"path": "Location.address.state",
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/directory/ValueSet/AddressStateVS"
},
"mustSupport": true
}, {
"id": "Location.address.postalCode",
"path": "Location.address.postalCode",
"mustSupport": true
}, {
"id": "Location.address.country",
"path": "Location.address.country",
"mustSupport": true
}, {
"id": "Location.position",
"path": "Location.position",
"mustSupport": true
}, {
"id": "Location.position.longitude",
"path": "Location.position.longitude",
"mustSupport": true
}, {
"id": "Location.position.latitude",
"path": "Location.position.latitude",
"mustSupport": true
}, {
"id": "Location.position.altitude",
"path": "Location.position.altitude",
"mustSupport": true
}, {
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"mustSupport": true
}, {
"id": "Location.partOf",
"path": "Location.partOf",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location"
}