FHIR IG Statistics: StructureDefinition/EEBase-Location
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "EEBase-Location",
"url": "https://hl7.ee/fhir/StructureDefinition/EEBase-Location",
"version": "1.0.0",
"name": "EEBaseLocation",
"title": "EEBase Location",
"status": "draft",
"date": "2022-11-03T14:56:40.4598428+00:00",
"publisher": "HL7 EE",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location.address",
"path": "Location.address",
"type": [
{
"code": "Address",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Address"
]
}
]
},
{
"id": "Location.physicalType",
"path": "Location.physicalType",
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PhysicalType"
}
],
"strength": "preferred"
}
},
{
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
]
}
]
},
{
"id": "Location.partOf",
"path": "Location.partOf",
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean": true
}
],
"code": "Reference",
"targetProfile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Location"
]
}
]
}
]
}
}