PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.8.0
    http://fhir.health.gov.il/StructureDefinition/il-core-location
{
  "description": "Proposed constraints and extensions on the Location Resource",
  "_filename": "StructureDefinition-il-core-location.json",
  "package_name": "il.core.fhir.r4",
  "date": "2021-03-21",
  "derivation": "constraint",
  "publisher": "Israeli Ministry of Health",
  "fhirVersion": "4.0.1",
  "name": "ILCoreLocation",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Location",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Location Profile",
  "package_version": "0.8.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": "d69d1479-e2fa-4cb5-a40b-a85e58f6dc02",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-location",
  "version": "0.8.0",
  "differential": {
    "element": [ {
      "id": "Location",
      "path": "Location",
      "short": "Israel Core Location Profile",
      "definition": "The Location Profile is based upon the core FHIR Location Resource",
      "mustSupport": true
    }, {
      "id": "Location.status",
      "min": 1,
      "path": "Location.status",
      "mustSupport": true
    }, {
      "id": "Location.name",
      "min": 1,
      "path": "Location.name",
      "mustSupport": true
    }, {
      "id": "Location.mode",
      "path": "Location.mode",
      "constraint": [ {
        "key": "il-location-mode",
        "human": "If Location.mode = 'instance', Location.position or Location.address SHALL have a value",
        "source": "http://fhir.health.gov.il/StructureDefinition/il-core-location",
        "severity": "error",
        "expression": "mode=kind or address.exists() or position.exists()"
      } ]
    }, {
      "id": "Location.telecom.system",
      "min": 1,
      "path": "Location.telecom.system",
      "mustSupport": true
    }, {
      "id": "Location.telecom.value",
      "min": 1,
      "path": "Location.telecom.value",
      "mustSupport": true
    }, {
      "id": "Location.telecom.use",
      "path": "Location.telecom.use",
      "mustSupport": true
    }, {
      "id": "Location.address",
      "path": "Location.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-address" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Location.address.extension:geolocation",
      "max": "0",
      "path": "Location.address.extension",
      "sliceName": "geolocation"
    }, {
      "id": "Location.managingOrganization",
      "path": "Location.managingOrganization",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Location.partOf",
      "path": "Location.partOf",
      "type": [ {
        "code": "Reference",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
          "valueBoolean": true
        } ],
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location"
}