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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeStructureDefinition
IdStructureDefinition-EHDSOrganisation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-r5/StructureDefinition-EHDSOrganisation.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation
Version0.1.0
Statusdraft
Date2025-08-05T08:51:00+00:00
NameEHDSOrganisation
TitleOrganisation model
Realmeu
Authorityhl7
DescriptionEHDS refined base model for Health provider or any other type of organisation
CopyrightCopyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation
Kindlogical

Resources that use this resource

StructureDefinition
EHDSAdvanceDirectiveAdvance directive model
EHDSCoverageCoverage model
EHDSDataSetDataSet model
EHDSDischargeReportDischarge Report model
EHDSDocumentDocument model
EHDSEncounterEncounter model
EHDSEndpointEndpoint model
EHDSHealthProfessionalHealth professional model
EHDSImagingReportImaging report model
EHDSImagingStudyImaging study model
EHDSImmunisationImmunisation model
EHDSLaboratoryOrderBodyLaboratory order body model
EHDSLaboratoryOrderHeaderLaboratory order header model
EHDSLaboratoryReportLaboratory report model
EHDSLaboratoryReportBodyLaboratory report body model
EHDSLaboratoryReportHeaderLaboratory report header model
EHDSLocationLocation model
EHDSMediaMedia model
EHDSObservationObservation model
EHDSOrganisationOrganisation model

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSOrganisationOrganisation model
EHDSTelecomTelecom model

Narrative

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

Generated Narrative: StructureDefinition EHDSOrganisation

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSOrganisation 0..*BaseOrganisation model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierIdentifier
... type 0..*CodeableConceptType
Binding Description: (preferred): HL7 organisation_type
... name 0..1stringName
... address 0..*EHDSAddressAddress
... telecom 0..*EHDSTelecomTelecom
... partOf 0..1Reference(Organisation model)Part of

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSOrganisation",
  "language": "en",
  "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/EHDSOrganisation",
  "version": "0.1.0",
  "name": "EHDSOrganisation",
  "title": "Organisation model",
  "status": "draft",
  "date": "2025-08-05T08:51:00+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Health provider or any other type of organisation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "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/EHDSOrganisation",
  "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": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "EHDS refined base model for Health provider or any other type of organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Identifier",
        "definition": "Health provider organisation identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Type",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.type",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Name",
        "definition": "Health provider organisation name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "Part of",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.partOf",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "EHDS refined base model for Health provider or any other type of organisation"
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Identifier",
        "definition": "Health provider organisation identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Type",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Name",
        "definition": "Health provider organisation name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "Part of",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  }
}