PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4.2023@0.1.0
    http://fhir.health.gov.il/StructureDefinition/il-core-encounter
{
  "description": "Israel Core proposed constraints and extensions on the Encounter Resource",
  "_filename": "StructureDefinition-il-core-encounter.json",
  "package_name": "il.core.fhir.r4.2023",
  "date": "2021-05-02",
  "derivation": "constraint",
  "publisher": "Israel Core Team",
  "fhirVersion": "4.0.1",
  "name": "ILCoreEncounter",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Encounter",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Encounter Profile",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "d12dca8c-bb72-48b8-a639-d3cce3e5210e",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-encounter",
  "version": "0.12.1",
  "differential": {
    "element": [ {
      "id": "Encounter",
      "path": "Encounter",
      "short": "ILCore Encounter Profile",
      "definition": "Definitions for the profile-Encounter resource profile."
    }, {
      "id": "Encounter.identifier",
      "path": "Encounter.identifier",
      "definition": "Must support - recieving system SHOULD store the value",
      "mustSupport": true
    }, {
      "id": "Encounter.status",
      "path": "Encounter.status",
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.class",
      "path": "Encounter.class",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-encounter-class"
      },
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.classHistory.class",
      "path": "Encounter.classHistory.class",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-encounter-class"
      }
    }, {
      "id": "Encounter.type",
      "path": "Encounter.type",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Encounter.type:virtual-encounters",
      "max": "*",
      "min": 0,
      "path": "Encounter.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-virtual-type"
      },
      "sliceName": "virtual-encounters"
    }, {
      "id": "Encounter.type:doctor-to-doctor-consultation",
      "max": "*",
      "min": 0,
      "path": "Encounter.type",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-doctor-to-doctor"
      },
      "sliceName": "doctor-to-doctor-consultation"
    }, {
      "id": "Encounter.serviceType",
      "path": "Encounter.serviceType",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-service-type"
      }
    }, {
      "id": "Encounter.subject",
      "min": 1,
      "path": "Encounter.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-patient", "http://fhir.health.gov.il/StructureDefinition/il-core-group" ]
      } ],
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.basedOn",
      "path": "Encounter.basedOn",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-service-request" ]
      } ]
    }, {
      "id": "Encounter.participant",
      "path": "Encounter.participant",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type",
          "type": "value"
        } ]
      }
    }, {
      "id": "Encounter.participant.individual",
      "path": "Encounter.participant.individual",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person" ]
      } ]
    }, {
      "id": "Encounter.participant:primary-performer",
      "max": "*",
      "min": 0,
      "path": "Encounter.participant",
      "sliceName": "primary-performer",
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.participant:primary-performer.type",
      "max": "1",
      "min": 1,
      "path": "Encounter.participant.type",
      "mustSupport": true
    }, {
      "id": "Encounter.participant:primary-performer.type.coding.system",
      "path": "Encounter.participant.type.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
    }, {
      "id": "Encounter.participant:primary-performer.type.coding.code",
      "path": "Encounter.participant.type.coding.code",
      "fixedCode": "PPRF"
    }, {
      "id": "Encounter.participant:primary-performer.period",
      "path": "Encounter.participant.period",
      "mustSupport": true
    }, {
      "id": "Encounter.participant:primary-performer.individual",
      "min": 1,
      "path": "Encounter.participant.individual",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner", "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role", "http://fhir.health.gov.il/StructureDefinition/il-core-related-person" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Encounter.period",
      "path": "Encounter.period",
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.reasonCode",
      "path": "Encounter.reasonCode",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Encounter.reasonCode:moh-reason-code",
      "max": "*",
      "min": 0,
      "path": "Encounter.reasonCode",
      "binding": {
        "strength": "required",
        "valueSet": "http://fhir.health.gov.il/ValueSet/patient-visit-reason-moh"
      },
      "sliceName": "moh-reason-code"
    }, {
      "id": "Encounter.reasonReference",
      "path": "Encounter.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-condition", "http://fhir.health.gov.il/StructureDefinition/il-core-procedure", "http://fhir.health.gov.il/StructureDefinition/il-core-observation", "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ]
      } ]
    }, {
      "id": "Encounter.diagnosis.condition",
      "path": "Encounter.diagnosis.condition",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-condition", "http://fhir.health.gov.il/StructureDefinition/il-core-procedure" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.extension",
      "path": "Encounter.hospitalization.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Encounter.hospitalization.extension:movement-number",
      "max": "1",
      "min": 0,
      "path": "Encounter.hospitalization.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.health.gov.il/StructureDefinition/ext-movement-number" ]
      } ],
      "short": "Ext: Movement Sequence-Number",
      "sliceName": "movement-number",
      "definition": "Extension: Movement Sequence-Number"
    }, {
      "id": "Encounter.hospitalization.origin",
      "path": "Encounter.hospitalization.origin",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location", "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.admitSource",
      "path": "Encounter.hospitalization.admitSource",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/moh-admit-source"
      }
    }, {
      "id": "Encounter.hospitalization.destination",
      "path": "Encounter.hospitalization.destination",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location", "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ]
    }, {
      "id": "Encounter.hospitalization.dischargeDisposition",
      "path": "Encounter.hospitalization.dischargeDisposition",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.health.gov.il/ValueSet/patient-release-type-moh"
      }
    }, {
      "id": "Encounter.location.location",
      "path": "Encounter.location.location",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-location" ]
      } ]
    }, {
      "id": "Encounter.serviceProvider",
      "path": "Encounter.serviceProvider",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-organization" ]
      } ],
      "definition": "Must support - recieving system either SHALL store the value or SHALL be able to translate it into internal state and SHALL be able to recover it when required to send data",
      "mustSupport": true
    }, {
      "id": "Encounter.partOf",
      "path": "Encounter.partOf",
      "type": [ {
        "code": "Reference",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
          "valueBoolean": true
        } ],
        "targetProfile": [ "http://fhir.health.gov.il/StructureDefinition/il-core-encounter" ]
      } ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "ido.levin@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}