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

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSLocation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSLocation.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation
Version0.2.1
Statusdraft
Date2026-02-04T19:00:50+00:00
NameEHDSLocation
TitleLocation model
DescriptionEHDS refined base model for Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation
Kindlogical

Resources that use this resource

StructureDefinition
EHDSEncounterEncounter model
EHDSMedicationDispenseMedication dispense model
EHDSObservationObservation model
EHDSSpecimenSpecimen model

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSOrganisationOrganisation model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSLocation

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSLocation 0..*BaseLocation model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierIdentifier
... name 0..1stringName
... description 0..1stringDescription
... type 0..*CodeableConceptType
Binding Description: (preferred): HL7 ServiceDeliveryLocationRoleType
... address 0..1EHDSAddressAddress
... managingOrganisation 0..1Reference(Organisation model)Managing organisation
... partOf 0..1Reference(Organisation model)Part of

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSLocation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation",
  "version": "0.2.1",
  "name": "EHDSLocation",
  "title": "Location model",
  "status": "draft",
  "date": "2026-02-04T19:00:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSLocation",
        "path": "EHDSLocation",
        "short": "Location model",
        "definition": "EHDS refined base model for Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSLocation.identifier",
        "path": "EHDSLocation.identifier",
        "short": "Identifier",
        "definition": "Location identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSLocation.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSLocation.name",
        "path": "EHDSLocation.name",
        "short": "Name",
        "definition": "Name of the location as used by humans",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSLocation.description",
        "path": "EHDSLocation.description",
        "short": "Description",
        "definition": "Additional details about the location that could be displayed as further information to identify the location beyond its name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSLocation.type",
        "path": "EHDSLocation.type",
        "short": "Type",
        "definition": "Type of function performed at the location",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSLocation.type",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 ServiceDeliveryLocationRoleType"
        }
      },
      {
        "id": "EHDSLocation.address",
        "path": "EHDSLocation.address",
        "short": "Address",
        "definition": "Physical location address",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.address",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSLocation.managingOrganisation",
        "path": "EHDSLocation.managingOrganisation",
        "short": "Managing organisation",
        "definition": "The organisation responsible for the provisioning and upkeep of the location",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.managingOrganisation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      },
      {
        "id": "EHDSLocation.partOf",
        "path": "EHDSLocation.partOf",
        "short": "Part of",
        "definition": "Another Location of which this Location is physically a part of",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.partOf",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSLocation",
        "path": "EHDSLocation",
        "short": "Location model",
        "definition": "EHDS refined base model for Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated."
      },
      {
        "id": "EHDSLocation.identifier",
        "path": "EHDSLocation.identifier",
        "short": "Identifier",
        "definition": "Location identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSLocation.name",
        "path": "EHDSLocation.name",
        "short": "Name",
        "definition": "Name of the location as used by humans",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSLocation.description",
        "path": "EHDSLocation.description",
        "short": "Description",
        "definition": "Additional details about the location that could be displayed as further information to identify the location beyond its name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSLocation.type",
        "path": "EHDSLocation.type",
        "short": "Type",
        "definition": "Type of function performed at the location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 ServiceDeliveryLocationRoleType"
        }
      },
      {
        "id": "EHDSLocation.address",
        "path": "EHDSLocation.address",
        "short": "Address",
        "definition": "Physical location address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSLocation.managingOrganisation",
        "path": "EHDSLocation.managingOrganisation",
        "short": "Managing organisation",
        "definition": "The organisation responsible for the provisioning and upkeep of the location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      },
      {
        "id": "EHDSLocation.partOf",
        "path": "EHDSLocation.partOf",
        "short": "Part of",
        "definition": "Another Location of which this Location is physically a part of",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  }
}