{
"description": "Israel Core proposed constraints and extensions on the Encounter Resource",
"_filename": "StructureDefinition-il-core-encounter.json",
"package_name": "il.core.fhir.r4",
"date": "2024-04-07",
"derivation": "constraint",
"publisher": "Israel Core Team",
"fhirVersion": "4.0.1",
"name": "ILCoreEncounter",
"abstract": false,
"type": "Encounter",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "ILCore Encounter Profile",
"package_version": "0.14.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
} ],
"status": "draft",
"id": "b8945a22-e5f4-4a2d-b294-cda1e7987ed9",
"kind": "resource",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-encounter",
"version": "0.14.0",
"differential": {
"element": [ {
"id": "Encounter",
"path": "Encounter",
"short": "ILCore Encounter Profile",
"definition": "Israel Core proposed constraints and extensions on the Encounter resource profile."
}, {
"id": "Encounter.extension",
"path": "Encounter.extension",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"id": "Encounter.extension:mode-of-arrival",
"max": "1",
"min": 0,
"path": "Encounter.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival" ]
} ],
"sliceName": "mode-of-arrival"
}, {
"id": "Encounter.extension:mode-of-arrival.value[x]",
"path": "Encounter.extension.value[x]",
"binding": {
"strength": "example",
"valueSet": "http://fhir.health.gov.il/ValueSet/patient-mode-of-arrival-moh"
}
}, {
"id": "Encounter.extension:paying-entity",
"max": "1",
"min": 0,
"path": "Encounter.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://fhir.health.gov.il/StructureDefinition/ext-encounter-paying-entity" ]
} ],
"short": "Extension: Encounter Paying Entity",
"sliceName": "paying-entity",
"definition": "Paying Entity for the Encounter"
}, {
"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 SHALL either store the value as-is or SHALL be able to translate it into internal state and SHALL be able to reconstruct the value when requested to retrieve 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 SHALL either store the value as-is or SHALL be able to translate it into internal state and SHALL be able to reconstruct the value when requested to retrieve 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 SHALL either store the value as-is or SHALL be able to translate it into internal state and SHALL be able to reconstruct the value when requested to retrieve data",
"mustSupport": true
}, {
"id": "Encounter.subject.extension:visitor-type",
"max": "1",
"min": 0,
"path": "Encounter.subject.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://fhir.health.gov.il/StructureDefinition/ext-encounter-visitor-type" ]
} ],
"short": "Extension: Israeli CORE Encounter Visitor Type",
"sliceName": "visitor-type",
"definition": "Classification of the visitor type (סוג מבקר/סוג כניסה) for the Encounter"
}, {
"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 - receiving 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 SHALL either store the value as-is or SHALL be able to translate it into internal state and SHALL be able to reconstruct the value when requested to retrieve 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": "preferred",
"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": "preferred",
"valueSet": "http://fhir.health.gov.il/ValueSet/patient-admit-source-moh"
}
}, {
"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": "example",
"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 SHALL either store the value as-is or SHALL be able to translate it into internal state and SHALL be able to reconstruct the value when requested to retrieve 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": "tal.primak@moh.gov.il",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter"
}