{ "description": "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.2.0", "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", "language": "he-IL", "id": "c8828314-c701-4150-95dd-8d46dd009712", "kind": "resource", "url": "http://fhir.health.org.il/StructureDefinition/il-core-organization", "version": "0.2.0", "differential": { "element": [ { "id": "Organization", "path": "Organization", "short": "ILCore Organization Profile", "definition": "The Organization Profile is based upon the core FHIR Organization Resource", "mustSupport": true }, { "id": "Organization.identifier", "min": 1, "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)", "mustSupport": false }, { "id": "Organization.identifier:moh-inst-lic.system", "path": "Organization.identifier.system", "patternUri": "https://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", "patternUri": "http://fhir.health.org.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.org.il/StructureDefinition/il-core-organization", "severity": "error", "expression": "\r\nmatches('[0-9]{9}')\r\n" } ] }, { "id": "Organization.active", "min": 1, "path": "Organization.active", "mustSupport": true }, { "id": "Organization.name", "min": 1, "path": "Organization.name", "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", "min": 1, "path": "Organization.address", "type": [ { "code": "Address", "profile": [ "http://fhir.health.org.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.org.il/StructureDefinition/il-core-organization" ] } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization" }