description: 'This structure is defined to allow the FHIR Validator to validate a CDSHooks Patient-View context. TODO: This content will be moved to the CDS Hooks specification in the future' package_name: hl7.fhir.uv.tools.r5 derivation: specialization name: CDSHookPatientViewContext type: http://hl7.org/fhir/tools/StructureDefinition/CDSHookPatientViewContext elements: userId: {type: url, short: 'The id of the current user. Must be in the format [ResourceType]/[id].', index: 0} patientId: {type: id, short: The FHIR Patient.id of the current patient in context, index: 1} encounterId: {type: id, short: The FHIR Encounter.id of the current encounter in context, index: 2} package_version: 0.4.0 class: logical kind: logical url: http://hl7.org/fhir/tools/StructureDefinition/CDSHookPatientViewContext base: http://hl7.org/fhir/tools/StructureDefinition/CDSHookContext version: 0.4.0 required: [userId, patientId]