FHIR IG Statistics: StructureDefinition/EHDSOrganization
Package | hl7.fhir.eu.imaging-r5 |
Type | StructureDefinition |
Id | EHDSOrganization |
FHIR Version | R5 |
Source | http://hl7.eu/fhir/imaging-r5/https://build.fhir.org/ig/hl7-eu/imaging/StructureDefinition-EHDSOrganization.html |
URL | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization |
Version | 0.1.0 |
Status | draft |
Date | 2025-03-21T08:17:12+00:00 |
Name | EHDSOrganization |
Title | Organization model |
Realm | eu |
Authority | hl7 |
Description | C.3 - EHDS refined base model for Health provider or any other type of organization |
Copyright | Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Type | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization |
Kind | logical |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "EHDSOrganization",
"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/EHDSOrganization",
"version": "0.1.0",
"name": "EHDSOrganization",
"title": "Organization 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.3 - EHDS refined base model for Health provider or any other type of organization",
"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/EHDSOrganization",
"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": "EHDSOrganization",
"path": "EHDSOrganization",
"short": "Organization model",
"definition": "C.3 - EHDS refined base model for Health provider or any other type of organization",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "EHDSOrganization.identifier",
"path": "EHDSOrganization.identifier",
"short": "C.3.1 - Identifier",
"definition": "Health provider organisation identifier",
"min": 0,
"max": "*",
"base": {
"path": "EHDSOrganization.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSOrganization.type",
"path": "EHDSOrganization.type",
"short": "C.3.2 - Type",
"definition": "Kind of organization",
"min": 0,
"max": "*",
"base": {
"path": "EHDSOrganization.type",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 organization_type"
}
},
{
"id": "EHDSOrganization.name",
"path": "EHDSOrganization.name",
"short": "C.3.3 - Name",
"definition": "Health provider organisation name",
"min": 0,
"max": "1",
"base": {
"path": "EHDSOrganization.name",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "EHDSOrganization.address",
"path": "EHDSOrganization.address",
"short": "C.3.4 - 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": "EHDSOrganization.address",
"min": 0,
"max": "*"
},
"type": [
{
"code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
}
]
},
{
"id": "EHDSOrganization.telecom",
"path": "EHDSOrganization.telecom",
"short": "C.3.5 - 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": "EHDSOrganization.telecom",
"min": 0,
"max": "*"
},
"type": [
{
"code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
}
]
},
{
"id": "EHDSOrganization.partOf",
"path": "EHDSOrganization.partOf",
"short": "C.3.6 - Part of",
"definition": "The organization of which this organization forms a part",
"min": 0,
"max": "1",
"base": {
"path": "EHDSOrganization.partOf",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
]
}
]
}
]
},
"differential": {
"element": [
{
"id": "EHDSOrganization",
"path": "EHDSOrganization",
"short": "Organization model",
"definition": "C.3 - EHDS refined base model for Health provider or any other type of organization"
},
{
"id": "EHDSOrganization.identifier",
"path": "EHDSOrganization.identifier",
"short": "C.3.1 - Identifier",
"definition": "Health provider organisation identifier",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "EHDSOrganization.type",
"path": "EHDSOrganization.type",
"short": "C.3.2 - Type",
"definition": "Kind of organization",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 organization_type"
}
},
{
"id": "EHDSOrganization.name",
"path": "EHDSOrganization.name",
"short": "C.3.3 - Name",
"definition": "Health provider organisation name",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "EHDSOrganization.address",
"path": "EHDSOrganization.address",
"short": "C.3.4 - 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": "EHDSOrganization.telecom",
"path": "EHDSOrganization.telecom",
"short": "C.3.5 - 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": "EHDSOrganization.partOf",
"path": "EHDSOrganization.partOf",
"short": "C.3.6 - Part of",
"definition": "The organization of which this organization forms a part",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
]
}
]
}
]
}
}