{ "description": "Israel Core proposed constraints and extensions on the Organization Resource", "_filename": "StructureDefinition-il-core-organization.json", "package_name": "il.core.fhir.r4", "date": "2021-03-21", "derivation": "constraint", "publisher": "Ministry of Health of Israel", "fhirVersion": "4.0.1", "name": "ILCoreOrganization", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://www.omg.org/spec/ServD/1.0/", "name": "ServD", "identity": "servd" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" } ], "abstract": false, "type": "Organization", "experimental": null, "resourceType": "StructureDefinition", "title": "ILCore Organization Profile", "package_version": "0.10.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Base.Entities" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "business" } ], "status": "draft", "id": "715a0541-d110-40e5-9742-8754b9ed5da7", "kind": "resource", "url": "http://fhir.health.gov.il/StructureDefinition/il-core-organization", "version": "0.10.1", "differential": { "element": [ { "id": "Organization", "path": "Organization", "short": "ILCore Organization Profile", "constraint": [ { "key": "il-organization-identifier", "human": "If not sub-organization (i.e - partOf), there SHALL be an identifier", "source": "http://fhir.health.gov.il/StructureDefinition/il-core-organization", "severity": "error", "expression": "partOf.empty() implies identifier.exists()" } ], "definition": "The Organization Profile is based upon the core FHIR Organization Resource" }, { "id": "Organization.identifier", "path": "Organization.identifier", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] } }, { "id": "Organization.identifier.system", "min": 1, "path": "Organization.identifier.system", "mustSupport": true }, { "id": "Organization.identifier.value", "min": 1, "path": "Organization.identifier.value", "short": "The value that is unique within the system.", "mustSupport": true }, { "id": "Organization.identifier:moh-inst-lic", "max": "1", "min": 0, "path": "Organization.identifier", "short": "MoH institute license number", "sliceName": "moh-inst-lic", "definition": "Institute license number as issued by Israeli Ministry of Health (MoH). MoH portal - http://institutions.health.gov.il/Institutions", "mustSupport": true }, { "id": "Organization.identifier:moh-inst-lic.system", "path": "Organization.identifier.system", "fixedUri": "http://institutions.health.gov.il/Institutions" }, { "id": "Organization.identifier:moh-inst-lic.value", "path": "Organization.identifier.value", "short": "An MoH institute license number" }, { "id": "Organization.identifier:legal-entity", "max": "1", "min": 0, "path": "Organization.identifier", "short": "Israeli legal entity identifier (Hebrew - ח.פ., מספר עמותה וכו)", "sliceName": "legal-entity", "definition": "Unique identifier (9 digit unchangeable number) issued by Israeli legal authorities for Leagl entities of any organization, such as goverment institutes, ottoman assoc., non-profit organizations, private companies", "mustSupport": true }, { "id": "Organization.identifier:legal-entity.system", "path": "Organization.identifier.system", "fixedUri": "http://fhir.health.gov.il/identifier/legal-entity" }, { "id": "Organization.identifier:legal-entity.value", "path": "Organization.identifier.value", "short": "Israeli legal entity Identifier", "constraint": [ { "key": "nine-digits-chk", "human": "All legal entities must have a 9 digit identifier", "source": "http://fhir.health.gov.il/StructureDefinition/il-core-organization", "severity": "error", "expression": "matches('[0-9]{9}')" } ] }, { "id": "Organization.identifier:moe-inst", "max": "1", "min": 0, "path": "Organization.identifier", "short": "MoE institute symbol", "sliceName": "moe-inst", "definition": "Institute symbol as issued by Israeli Ministry of Education (MoE). MoE portal - https://apps.education.gov.il/imsnet/itur.aspx", "mustSupport": false }, { "id": "Organization.identifier:moe-inst.system", "path": "Organization.identifier.system", "fixedUri": "http://fhir.health.gov.il/identifier/moe-institute-symbol" }, { "id": "Organization.identifier:moe-inst.value", "path": "Organization.identifier.value", "short": "An MoE institute symbol" }, { "id": "Organization.active", "path": "Organization.active", "mustSupport": true }, { "id": "Organization.type", "path": "Organization.type", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "value" } ] } }, { "id": "Organization.type:moh-institute-type", "max": "1", "min": 0, "path": "Organization.type", "binding": { "strength": "required", "valueSet": "http://fhir.health.gov.il/ValueSet/institution-type-moh" }, "example": [ { "label": "Valid Example", "valueCodeableConcept": { "coding": [ { "code": "76", "system": "http://fhir.health.gov.il/cs/institution-type-moh", "display": "משרדי ממשלה" } ] } } ], "sliceName": "moh-institute-type" }, { "id": "Organization.name", "min": 1, "path": "Organization.name", "mustSupport": true }, { "id": "Organization.telecom", "path": "Organization.telecom", "mustSupport": true }, { "id": "Organization.telecom.system", "min": 1, "path": "Organization.telecom.system", "mustSupport": true }, { "id": "Organization.telecom.value", "min": 1, "path": "Organization.telecom.value", "mustSupport": true }, { "id": "Organization.telecom.use", "path": "Organization.telecom.use", "mustSupport": true }, { "id": "Organization.address", "path": "Organization.address", "type": [ { "code": "Address", "profile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-address" ] } ], "mustSupport": true }, { "id": "Organization.partOf", "path": "Organization.partOf", "type": [ { "code": "Reference", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", "valueBoolean": true } ], "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ] } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization" }