FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EHDSLocation

Packagehl7.fhir.eu.imaging-r5
TypeStructureDefinition
IdEHDSLocation
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-r5/https://build.fhir.org/ig/hl7-eu/imaging/StructureDefinition-EHDSLocation.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSLocation
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSLocation
TitleLocation model
Realmeu
Authorityhl7
DescriptionC.17 - 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.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSLocation
Kindlogical

Resources that use this resource

ConceptMap
EHDSLocationMapEHDSLocation Mapping
EHDSLocationMapEHDSLocation Mapping
StructureDefinition
EHDSEncounterEncounter model
EHDSMedicationDispenseMedication dispensation model
EHDSObservationObservation model
EHDSProcedureProcedure model
EHDSServiceRequestService request model
EHDSSpecimenSpecimen model
EHDSEncounterEncounter model
EHDSMedicationDispenseMedication dispensation model
EHDSObservationObservation model
EHDSProcedureProcedure model
EHDSServiceRequestService request model
EHDSSpecimenSpecimen model

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSOrganizationOrganization model
EHDSAddressAddress model
EHDSOrganizationOrganization 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..*IdentifierC.17.1 - Identifier
... name 0..1stringC.17.2 - Name
... description 0..1NarrativeC.17.3 - Description
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... type 0..*CodeableConceptC.17.4 - Type
Binding Description: (preferred): HL7 ServiceDeliveryLocationRoleType
... address 0..1EHDSAddressC.17.5 - Address
... position 0..1BaseC.17.6 - Position
.... longitude 1..1decimalC.17.6.1 - Longitude
.... latitude 1..1decimalC.17.6.2 - Latitude
... managingOrganization 0..1Reference(Organization model)C.17.7 - Managing organization
... partOf 0..1Reference(Organization model)C.17.8 - Part of

doco Documentation for this format

Source

{
  "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": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSLocation",
  "version": "0.1.0",
  "name": "EHDSLocation",
  "title": "Location model",
  "status": "draft",
  "date": "2025-03-21T08:17:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "C.17 - 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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/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": "C.17 - 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": "C.17.1 - Identifier",
        "definition": "Location identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSLocation.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSLocation.name",
        "path": "EHDSLocation.name",
        "short": "C.17.2 - 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": "C.17.3 - 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": "Narrative"
          }
        ]
      },
      {
        "id": "EHDSLocation.type",
        "path": "EHDSLocation.type",
        "short": "C.17.4 - 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": "C.17.5 - Address",
        "definition": "Physical location address",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.address",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSLocation.position",
        "path": "EHDSLocation.position",
        "short": "C.17.6 - Position",
        "definition": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.position",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSLocation.position.longitude",
        "path": "EHDSLocation.position.longitude",
        "short": "C.17.6.1 - Longitude",
        "definition": "Longitude with WGS84 datum",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSLocation.position.longitude",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "EHDSLocation.position.latitude",
        "path": "EHDSLocation.position.latitude",
        "short": "C.17.6.2 - Latitude",
        "definition": "Latitude with WGS84 datum",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSLocation.position.latitude",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "EHDSLocation.managingOrganization",
        "path": "EHDSLocation.managingOrganization",
        "short": "C.17.7 - Managing organization",
        "definition": "The organization responsible for the provisioning and upkeep of the location",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSLocation.managingOrganization",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
            ]
          }
        ]
      },
      {
        "id": "EHDSLocation.partOf",
        "path": "EHDSLocation.partOf",
        "short": "C.17.8 - 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": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSLocation",
        "path": "EHDSLocation",
        "short": "Location model",
        "definition": "C.17 - 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": "C.17.1 - Identifier",
        "definition": "Location identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSLocation.name",
        "path": "EHDSLocation.name",
        "short": "C.17.2 - Name",
        "definition": "Name of the location as used by humans",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSLocation.description",
        "path": "EHDSLocation.description",
        "short": "C.17.3 - 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": "Narrative"
          }
        ]
      },
      {
        "id": "EHDSLocation.type",
        "path": "EHDSLocation.type",
        "short": "C.17.4 - 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": "C.17.5 - Address",
        "definition": "Physical location address",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSLocation.position",
        "path": "EHDSLocation.position",
        "short": "C.17.6 - Position",
        "definition": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSLocation.position.longitude",
        "path": "EHDSLocation.position.longitude",
        "short": "C.17.6.1 - Longitude",
        "definition": "Longitude with WGS84 datum",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "EHDSLocation.position.latitude",
        "path": "EHDSLocation.position.latitude",
        "short": "C.17.6.2 - Latitude",
        "definition": "Latitude with WGS84 datum",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "EHDSLocation.managingOrganization",
        "path": "EHDSLocation.managingOrganization",
        "short": "C.17.7 - Managing organization",
        "definition": "The organization responsible for the provisioning and upkeep of the location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
            ]
          }
        ]
      },
      {
        "id": "EHDSLocation.partOf",
        "path": "EHDSLocation.partOf",
        "short": "C.17.8 - Part of",
        "definition": "Another Location of which this Location is physically a part of",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
            ]
          }
        ]
      }
    ]
  }
}