PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.1.0
    http://fhir.health.org.il/StructureDefinition/il-core-organization
{
  "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": "Israel Core Organization profile",
  "package_version": "0.1.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",
  "id": "53c30f5a-1b5c-45ba-a90c-733bcc5d27b3",
  "kind": "resource",
  "url": "http://fhir.health.org.il/StructureDefinition/il-core-organization",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Organization",
      "path": "Organization",
      "short": "Israel Core 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": "http://fhir.health.org.il/identifier/institution-license"
    }, {
      "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"
    }, {
      "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",
      "path": "Organization.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.health.org.il/StructureDefinition/il-core-address" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}