{ "description": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.", "_filename": "Encounter.json", "package_name": "hl7.fhir.r4.id.core", "date": "2019-11-01T09:29:23+11:00", "derivation": "specialization", "meta": { "lastUpdated": "2021-12-31T09:24:23.849+00:00" }, "publisher": "Health Level Seven International (Patient Administration)", "fhirVersion": "4.0.1", "name": "Encounter", "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": null, "package_version": "0.1.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Base.Management" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "patient" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" } ], "status": "draft", "id": "4d92ff5e-b53b-41e3-b7ea-17bd94562591", "kind": "resource", "url": "https://fhir.kemkes.go.id/r4/StructureDefinition/Encounter", "version": "4.0.1", "differential": { "element": [ { "id": "Encounter", "path": "Encounter", "alias": [ "Visit" ], "short": "An interaction during which services are provided to the patient", "mapping": [ { "map": "Event", "identity": "workflow" }, { "map": "Encounter[@moodCode='EVN']", "identity": "rim" } ], "definition": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." }, { "id": "Encounter.identifier", "path": "Encounter.identifier", "type": [ { "code": "Identifier" } ], "short": "Identifier(s) by which this encounter is known", "mapping": [ { "map": "Event.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" }, { "map": "PV1-19", "identity": "v2" }, { "map": ".id", "identity": "rim" } ], "isSummary": true, "definition": "Identifier(s) by which this encounter is known." }, { "path": "Encounter.status", "min": 1, "definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +.", "isModifier": true, "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "FiveWs.status", "identity": "w5" }, { "map": "No clear equivalent in HL7 v2; active/finished could be inferred from PV1-44, PV1-45, PV2-24; inactive could be inferred from PV2-16", "identity": "v2" }, { "map": ".statusCode", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterStatus" } ], "description": "Current state of the encounter." }, "max": "1", "id": "Encounter.status", "comment": "Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes).", "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", "isSummary": true }, { "id": "Encounter.statusHistory", "path": "Encounter.statusHistory", "type": [ { "code": "BackboneElement" } ], "short": "List of past encounter statuses", "comment": "The current status is always found in the current version of the resource, not the status history.", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "StatusHistory" } ], "definition": "The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them." }, { "id": "Encounter.statusHistory.status", "max": "1", "min": 1, "path": "Encounter.statusHistory.status", "type": [ { "code": "code" } ], "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +", "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterStatus" } ], "description": "Current state of the encounter." }, "definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +." }, { "id": "Encounter.statusHistory.period", "max": "1", "min": 1, "path": "Encounter.statusHistory.period", "type": [ { "code": "Period" } ], "short": "The time that the episode was in the specified status", "definition": "The time that the episode was in the specified status." }, { "path": "Encounter.class", "min": 1, "definition": "Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.", "short": "Classification of patient encounter", "mapping": [ { "map": "FiveWs.class", "identity": "w5" }, { "map": "PV1-2", "identity": "v2" }, { "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code", "identity": "rim" } ], "type": [ { "code": "Coding" } ], "binding": { "strength": "extensible", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterClass" } ], "description": "Classification of the encounter." }, "max": "1", "id": "Encounter.class", "isSummary": true }, { "id": "Encounter.classHistory", "path": "Encounter.classHistory", "type": [ { "code": "BackboneElement" } ], "short": "List of past encounter classes", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "ClassHistory" } ], "definition": "The class history permits the tracking of the encounters transitions without needing to go through the resource history. This would be used for a case where an admission starts of as an emergency encounter, then transitions into an inpatient scenario. Doing this and not restarting a new encounter ensures that any lab/diagnostic results can more easily follow the patient and not require re-processing and not get lost or cancelled during a kind of discharge from emergency to inpatient." }, { "id": "Encounter.classHistory.class", "max": "1", "min": 1, "path": "Encounter.classHistory.class", "type": [ { "code": "Coding" } ], "short": "inpatient | outpatient | ambulatory | emergency +", "binding": { "strength": "extensible", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterClass" } ], "description": "Classification of the encounter." }, "definition": "inpatient | outpatient | ambulatory | emergency +." }, { "id": "Encounter.classHistory.period", "max": "1", "min": 1, "path": "Encounter.classHistory.period", "type": [ { "code": "Period" } ], "short": "The time that the episode was in the specified class", "definition": "The time that the episode was in the specified class." }, { "path": "Encounter.type", "definition": "Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation).", "short": "Specific type of encounter", "mapping": [ { "map": "Event.code", "identity": "workflow" }, { "map": "FiveWs.class", "identity": "w5" }, { "map": "PV1-4 / PV1-18", "identity": "v2" }, { "map": ".code", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterType" } ], "description": "The type of encounter." }, "id": "Encounter.type", "comment": "Since there are many ways to further classify encounters, this element is 0..*.", "isSummary": true }, { "path": "Encounter.serviceType", "definition": "Broad categorization of the service that is to be provided (e.g. cardiology).", "short": "Specific type of service", "mapping": [ { "map": "Event.code", "identity": "workflow" }, { "map": "PV1-10", "identity": "v2" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/service-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterServiceType" } ], "description": "Broad categorization of the service that is to be provided." }, "max": "1", "id": "Encounter.serviceType", "isSummary": true }, { "id": "Encounter.priority", "max": "1", "path": "Encounter.priority", "type": [ { "code": "CodeableConcept" } ], "short": "Indicates the urgency of the encounter", "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Priority" } ], "description": "Indicates the urgency of the encounter." }, "mapping": [ { "map": "FiveWs.grade", "identity": "w5" }, { "map": "PV2-25", "identity": "v2" }, { "map": ".priorityCode", "identity": "rim" } ], "definition": "Indicates the urgency of the encounter." }, { "path": "Encounter.subject", "definition": "The patient or group present at the encounter.", "short": "The patient or group present at the encounter", "mapping": [ { "map": "Event.subject", "identity": "workflow" }, { "map": "FiveWs.subject[x]", "identity": "w5" }, { "map": "PID-3", "identity": "v2" }, { "map": ".participation[typeCode=SBJ]/role[classCode=PAT]", "identity": "rim" }, { "map": "FiveWs.subject", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Group" ] } ], "alias": [ "patient" ], "max": "1", "id": "Encounter.subject", "comment": "While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked).", "isSummary": true }, { "id": "Encounter.episodeOfCare", "path": "Encounter.episodeOfCare", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" ] } ], "short": "Episode(s) of care that this encounter should be recorded against", "mapping": [ { "map": "Event.context", "identity": "workflow" }, { "map": "FiveWs.context", "identity": "w5" }, { "map": "PV1-54, PV1-53", "identity": "v2" } ], "isSummary": true, "definition": "Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years)." }, { "id": "Encounter.basedOn", "path": "Encounter.basedOn", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ] } ], "alias": [ "incomingReferral" ], "short": "The ServiceRequest that initiated this encounter", "mapping": [ { "map": "Event.basedOn", "identity": "workflow" }, { "map": ".reason.ClinicalDocument", "identity": "rim" } ], "definition": "The request this encounter satisfies (e.g. incoming referral or procedure request)." }, { "id": "Encounter.participant", "path": "Encounter.participant", "type": [ { "code": "BackboneElement" } ], "short": "List of participants involved in the encounter", "mapping": [ { "map": "Event.performer", "identity": "workflow" }, { "map": "ROL", "identity": "v2" }, { "map": ".participation[typeCode=PFM]", "identity": "rim" } ], "isSummary": true, "definition": "The list of people responsible for providing the service." }, { "path": "Encounter.participant.type", "definition": "Role of participant in encounter.", "short": "Role of participant in encounter", "mapping": [ { "map": "Event.performer.function", "identity": "workflow" }, { "map": "ROL-3 (or maybe PRT-4)", "identity": "v2" }, { "map": ".functionCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ParticipantType" } ], "description": "Role of participant in encounter." }, "id": "Encounter.participant.type", "comment": "The participant type indicates how an individual participates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc.", "isSummary": true }, { "id": "Encounter.participant.period", "max": "1", "path": "Encounter.participant.period", "type": [ { "code": "Period" } ], "short": "Period of time during the encounter that the participant participated", "mapping": [ { "map": "ROL-5, ROL-6 (or maybe PRT-5)", "identity": "v2" }, { "map": ".time", "identity": "rim" } ], "definition": "The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period." }, { "id": "Encounter.participant.individual", "max": "1", "path": "Encounter.participant.individual", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "short": "Persons involved in the encounter other than the patient", "mapping": [ { "map": "Event.performer.actor", "identity": "workflow" }, { "map": "FiveWs.who", "identity": "w5" }, { "map": "ROL-4", "identity": "v2" }, { "map": ".role", "identity": "rim" } ], "isSummary": true, "definition": "Persons involved in the encounter other than the patient." }, { "id": "Encounter.appointment", "path": "Encounter.appointment", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Appointment" ] } ], "short": "The appointment that scheduled this encounter", "mapping": [ { "map": "Event.basedOn", "identity": "workflow" }, { "map": "SCH-1 / SCH-2", "identity": "v2" }, { "map": ".outboundRelationship[typeCode=FLFS].target[classCode=ENC, moodCode=APT]", "identity": "rim" } ], "isSummary": true, "definition": "The appointment that scheduled this encounter." }, { "id": "Encounter.period", "max": "1", "path": "Encounter.period", "type": [ { "code": "Period" } ], "short": "The start and end time of the encounter", "comment": "If not (yet) known, the end of the Period may be omitted.", "mapping": [ { "map": "Event.occurrence[x]", "identity": "workflow" }, { "map": "FiveWs.done[x]", "identity": "w5" }, { "map": "PV1-44, PV1-45", "identity": "v2" }, { "map": ".effectiveTime (low & high)", "identity": "rim" } ], "definition": "The start and end time of the encounter." }, { "id": "Encounter.length", "max": "1", "path": "Encounter.length", "type": [ { "code": "Duration" } ], "short": "Quantity of time the encounter lasted (less time absent)", "comment": "May differ from the time the Encounter.period lasted because of leave of absence.", "mapping": [ { "map": "Event.occurrence[x]", "identity": "workflow" }, { "map": "(PV1-45 less PV1-44) iff ( (PV1-44 not empty) and (PV1-45 not empty) ); units in minutes", "identity": "v2" }, { "map": ".lengthOfStayQuantity", "identity": "rim" } ], "definition": "Quantity of time the encounter lasted. This excludes the time during leaves of absence." }, { "path": "Encounter.reasonCode", "definition": "Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.", "short": "Coded reason the encounter takes place", "mapping": [ { "map": "Event.reasonCode", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "EVN-4 / PV2-3 (note: PV2-3 is nominally constrained to inpatient admissions; HL7 v2 makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations )", "identity": "v2" }, { "map": ".reasonCode", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterReason" } ], "description": "Reason why the encounter takes place." }, "alias": [ "Indication", "Admission diagnosis" ], "id": "Encounter.reasonCode", "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", "isSummary": true }, { "path": "Encounter.reasonReference", "definition": "Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.", "short": "Reason the encounter takes place (reference)", "mapping": [ { "map": "Event.reasonCode", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "EVN-4 / PV2-3 (note: PV2-3 is nominally constrained to inpatient admissions; HL7 v2 makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations )", "identity": "v2" }, { "map": ".reasonCode", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Procedure", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ] } ], "alias": [ "Indication", "Admission diagnosis" ], "id": "Encounter.reasonReference", "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", "isSummary": true }, { "id": "Encounter.diagnosis", "path": "Encounter.diagnosis", "type": [ { "code": "BackboneElement" } ], "short": "The list of diagnosis relevant to this encounter", "mapping": [ { "map": ".outboundRelationship[typeCode=RSON]", "identity": "rim" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Diagnosis" } ], "isSummary": true, "definition": "The list of diagnosis relevant to this encounter." }, { "path": "Encounter.diagnosis.condition", "min": 1, "definition": "Reason the encounter takes place, as specified using information from another resource. For admissions, this is the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.", "short": "The diagnosis or procedure relevant to the encounter", "mapping": [ { "map": "Event.reasonReference", "identity": "workflow" }, { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "Resources that would commonly referenced at Encounter.indication would be Condition and/or Procedure. These most closely align with DG1/PRB and PR1 respectively.", "identity": "v2" }, { "map": ".outboundRelationship[typeCode=RSON].target", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Procedure" ] } ], "alias": [ "Admission diagnosis", "discharge diagnosis", "indication" ], "max": "1", "id": "Encounter.diagnosis.condition", "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", "isSummary": true }, { "id": "Encounter.diagnosis.use", "max": "1", "path": "Encounter.diagnosis.use", "type": [ { "code": "CodeableConcept" } ], "short": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/diagnosis-role", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "DiagnosisRole" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The type of diagnosis this condition represents." }, "definition": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)." }, { "id": "Encounter.diagnosis.rank", "max": "1", "path": "Encounter.diagnosis.rank", "type": [ { "code": "positiveInt" } ], "short": "Ranking of the diagnosis (for each role type)", "mapping": [ { "map": ".outboundRelationship[typeCode=RSON].priority", "identity": "rim" } ], "definition": "Ranking of the diagnosis (for each role type)." }, { "id": "Encounter.account", "path": "Encounter.account", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Account" ] } ], "short": "The set of accounts that may be used for billing for this Encounter", "comment": "The billing system may choose to allocate billable items associated with the Encounter to different referenced Accounts based on internal business rules.", "mapping": [ { "map": ".pertains.A_Account", "identity": "rim" } ], "definition": "The set of accounts that may be used for billing for this Encounter." }, { "id": "Encounter.hospitalization", "max": "1", "path": "Encounter.hospitalization", "type": [ { "code": "BackboneElement" } ], "short": "Details about the admission to a healthcare service", "comment": "An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included.\r\rThe duration recorded in the period of this encounter covers the entire scope of this hospitalization record.", "mapping": [ { "map": ".outboundRelationship[typeCode=COMP].target[classCode=ENC, moodCode=EVN]", "identity": "rim" } ], "definition": "Details about the admission to a healthcare service." }, { "id": "Encounter.hospitalization.preAdmissionIdentifier", "max": "1", "path": "Encounter.hospitalization.preAdmissionIdentifier", "type": [ { "code": "Identifier" } ], "short": "Pre-admission identifier", "mapping": [ { "map": "PV1-5", "identity": "v2" }, { "map": ".id", "identity": "rim" } ], "definition": "Pre-admission identifier." }, { "id": "Encounter.hospitalization.origin", "max": "1", "path": "Encounter.hospitalization.origin", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location", "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "short": "The location/organization from which the patient came before admission", "mapping": [ { "map": ".participation[typeCode=ORG].role", "identity": "rim" } ], "definition": "The location/organization from which the patient came before admission." }, { "id": "Encounter.hospitalization.admitSource", "max": "1", "path": "Encounter.hospitalization.admitSource", "type": [ { "code": "CodeableConcept" } ], "short": "From where patient was admitted (physician referral, transfer)", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-admit-source", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AdmitSource" } ], "description": "From where the patient was admitted." }, "mapping": [ { "map": "PV1-14", "identity": "v2" }, { "map": ".admissionReferralSourceCode", "identity": "rim" } ], "definition": "From where patient was admitted (physician referral, transfer)." }, { "id": "Encounter.hospitalization.reAdmission", "max": "1", "path": "Encounter.hospitalization.reAdmission", "type": [ { "code": "CodeableConcept" } ], "short": "The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission", "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v2-0092", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ReAdmissionType" } ], "description": "The reason for re-admission of this hospitalization encounter." }, "mapping": [ { "map": "PV1-13", "identity": "v2" } ], "definition": "Whether this hospitalization is a readmission and why if known." }, { "path": "Encounter.hospitalization.dietPreference", "requirements": "Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter.", "definition": "Diet preferences reported by the patient.", "short": "Diet preferences reported by the patient", "mapping": [ { "map": "PV1-38", "identity": "v2" }, { "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=EVN, code=\"diet\"]", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PatientDiet" } ], "description": "Medical, cultural or ethical food preferences to help with catering requirements." }, "id": "Encounter.hospitalization.dietPreference", "comment": "For example, a patient may request both a dairy-free and nut-free diet preference (not mutually exclusive)." }, { "id": "Encounter.hospitalization.specialCourtesy", "path": "Encounter.hospitalization.specialCourtesy", "type": [ { "code": "CodeableConcept" } ], "short": "Special courtesies (VIP, board member)", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Courtesies" } ], "description": "Special courtesies." }, "mapping": [ { "map": "PV1-16", "identity": "v2" }, { "map": ".specialCourtesiesCode", "identity": "rim" } ], "definition": "Special courtesies (VIP, board member)." }, { "id": "Encounter.hospitalization.specialArrangement", "path": "Encounter.hospitalization.specialArrangement", "type": [ { "code": "CodeableConcept" } ], "short": "Wheelchair, translator, stretcher, etc.", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Arrangements" } ], "description": "Special arrangements." }, "mapping": [ { "map": "PV1-15 / OBR-30 / OBR-43", "identity": "v2" }, { "map": ".specialArrangementCode", "identity": "rim" } ], "definition": "Any special requests that have been made for this hospitalization encounter, such as the provision of specific equipment or other things." }, { "id": "Encounter.hospitalization.destination", "max": "1", "path": "Encounter.hospitalization.destination", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location", "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "short": "Location/organization to which the patient is discharged", "mapping": [ { "map": "PV1-37", "identity": "v2" }, { "map": ".participation[typeCode=DST]", "identity": "rim" } ], "definition": "Location/organization to which the patient is discharged." }, { "id": "Encounter.hospitalization.dischargeDisposition", "max": "1", "path": "Encounter.hospitalization.dischargeDisposition", "type": [ { "code": "CodeableConcept" } ], "short": "Category or kind of location after discharge", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "DischargeDisp" } ], "description": "Discharge Disposition." }, "mapping": [ { "map": "PV1-36", "identity": "v2" }, { "map": ".dischargeDispositionCode", "identity": "rim" } ], "definition": "Category or kind of location after discharge." }, { "id": "Encounter.location", "path": "Encounter.location", "type": [ { "code": "BackboneElement" } ], "short": "List of locations where the patient has been", "comment": "Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type \"kind\" such as \"client's home\" and an encounter.class = \"virtual\".", "mapping": [ { "map": ".participation[typeCode=LOC]", "identity": "rim" } ], "definition": "List of locations where the patient has been during this encounter." }, { "id": "Encounter.location.location", "max": "1", "min": 1, "path": "Encounter.location.location", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "short": "Location the encounter takes place", "mapping": [ { "map": "Event.location", "identity": "workflow" }, { "map": "FiveWs.where[x]", "identity": "w5" }, { "map": "PV1-3 / PV1-6 / PV1-11 / PV1-42 / PV1-43", "identity": "v2" }, { "map": ".role", "identity": "rim" } ], "definition": "The location where the encounter takes place." }, { "path": "Encounter.location.status", "definition": "The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time.", "short": "planned | active | reserved | completed", "mapping": [ { "map": ".role.statusCode", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "EncounterLocationStatus" } ], "description": "The status of the location." }, "max": "1", "id": "Encounter.location.status", "comment": "When the patient is no longer active at a location, then the period end date is entered, and the status may be changed to completed." }, { "id": "Encounter.location.physicalType", "max": "1", "path": "Encounter.location.physicalType", "type": [ { "code": "CodeableConcept" } ], "short": "The physical type of the location (usually the level in the location hierachy - bed room ward etc.)", "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/location-physical-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PhysicalType" } ], "description": "Physical form of the location." }, "comment": "This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query.\n\nThere may be many levels in the hierachy, and this may only pic specific levels that are required for a specific usage scenario.", "definition": "This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query." }, { "id": "Encounter.location.period", "max": "1", "path": "Encounter.location.period", "type": [ { "code": "Period" } ], "short": "Time period during which the patient was present at the location", "mapping": [ { "map": ".time", "identity": "rim" } ], "definition": "Time period during which the patient was present at the location." }, { "id": "Encounter.serviceProvider", "max": "1", "path": "Encounter.serviceProvider", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "short": "The organization (facility) responsible for this encounter", "mapping": [ { "map": "Event.performer.actor", "identity": "workflow" }, { "map": "PL.6 & PL.1", "identity": "v2" }, { "map": ".particiaption[typeCode=PFM].role", "identity": "rim" } ], "definition": "The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation. Refer to the example bundle showing an abbreviated set of Encounters for a colonoscopy." }, { "id": "Encounter.partOf", "max": "1", "path": "Encounter.partOf", "type": [ { "code": "Reference", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", "valueBoolean": true } ], "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ] } ], "short": "Another Encounter this encounter is part of", "comment": "This is also used for associating a child's encounter back to the mother's encounter.\r\rRefer to the Notes section in the Patient resource for further details.", "mapping": [ { "map": "Event.partOf", "identity": "workflow" }, { "map": ".inboundRelationship[typeCode=COMP].source[classCode=COMP, moodCode=EVN]", "identity": "rim" } ], "definition": "Another Encounter of which this encounter is a part of (administratively or in time)." } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" }