FHIR IG Statistics: StructureDefinition/EEBase-Organization
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "EEBase-Organization",
"meta": {
"versionId": "1",
"lastUpdated": "2022-11-01T09:36:14.3522409+00:00"
},
"url": "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization",
"version": "1.0.0",
"name": "EEBaseOrganization",
"title": "EEBase Organization",
"status": "draft",
"experimental": false,
"date": "2022-11-01T09:36:39.808201+00:00",
"publisher": "HL7 EE",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": true,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization",
"path": "Organization",
"short": "A grouping of people or organizations with a common purpose without substructure"
},
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-MEDRETAMORGID",
"https://hl7.ee/fhir/StructureDefinition/EEBase-BRID"
]
}
],
"mustSupport": true
},
{
"id": "Organization.active",
"path": "Organization.active",
"short": "Whether the organization's record is in active use",
"definition": "Whether the organization's record is in active use",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type",
"path": "Organization.type",
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "OrganizationType"
}
],
"strength": "extensible",
"valueSet": "https://hl7.ee/ValueSet/ee-organization-type"
}
},
{
"id": "Organization.name",
"path": "Organization.name",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"type": [
{
"code": "Address",
"profile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Address"
]
}
],
"mustSupport": true
},
{
"id": "Organization.partOf",
"path": "Organization.partOf",
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean": true
}
],
"code": "Reference",
"targetProfile": [
"https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
]
}
]
}
]
}
}